For the complete documentation index, see llms.txt.

DELETE /v1/bookings/{id}

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

Parameters

Responses

Authentication

Requires 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