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) — Cancellation scope. `single` (default) cancels only this booking. `series` cancels all future confirmed occurrences in the booking's series.
200: Booking cancelled (or series cancelled if scope=series)400: Bad request401: 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