Cancel Booking
Cancel a booking. Use `scope=series` to cancel all future confirmed occurrences in a recurring series. **What happens automatically**: - Calendar event deleted - Cancellation emails sent - Webhook fired (`booking.cancelled` event per occurrence, `booking_series.cancelled` for series)
Auth required: Yes
id (path, string) (required) — Booking IDscope (query, string) — Set to "series" to cancel all future confirmed occurrences in the booking's series200: Booking cancelled (or series cancelled if scope=series)401: Authentication required or invalid403: Authenticated but insufficient permissions404: Resource not foundRequires authentication. Pass a Bearer token (Supabase JWT) or an API key (`Authorization: Bearer vennio_sk_live_*`) in the request headers.
Base URL: https://api.vennio.app