Bookings
Cancel a booking
:bookingUid can be :bookingUid of an usual booking, individual recurrence or recurring booking to cancel all recurrences. For seated bookings to cancel one individual booking provide :bookingUid and :seatUid in the request body. For recurring seated bookings it is not possible to cancel all of them with 1 call like with non-seated recurring bookings by providing recurring bookind uid - you have to cancel each recurrence booking by its bookingUid + seatUid.
POST
/
v2
/
bookings
/
{bookingUid}
/
cancel
Headers
cal-api-version
string
requiredMust be set to 2024-08-13
Path Parameters
bookingUid
string
requiredResponse
200 - application/json
status
enum<string>
requiredAvailable options:
success
, error
data
required
Booking data, which can be either a BookingOutput object, a RecurringBookingOutput object, or an array of RecurringBookingOutput objects
Was this page helpful?