Bookings
POSTCancel a booking
Cancels a regular booking, an individual recurrence, or all recurrences of a recurring booking.
POST
/v2/bookings/{bookingUid}/cancelRequest Body
application/jsonRequiredAccepts different types of cancel booking input: Cancel Booking (Option 1 which is for normal or recurring bookings) or Cancel Seated Booking (Option 2 which is for seated bookings)
bodyRequiredobject | objectPath Parameters
bookingUidRequiredstringHeader Parameters
ical-api-versionRequiredstringMust be set to 2024-08-13. If not set to this value, the endpoint will default to an older version.
Default:
"2024-08-13"Authorizationstringvalue must be Bearer <token> where <token> is api key prefixed with cal_ or managed user access token
x-cal-secret-keystringFor platform customers - OAuth client secret key
x-cal-client-idstringFor platform customers - OAuth client ID