Cancel a booking
API v1 (Deprecated)
Cancel booking
Cancel a booking.
POST
Cancel a booking
In API v2, approve, reject, cancel, and reschedule are handled by one endpoint: Update a booking (
PATCH /bookings/{booking_id}), not separate routes.Replace
Learn how to find your subdomain in Workspace subdomain.
{your-subdomain} with your workspace’s subdomain. Learn how to find your subdomain in Workspace subdomain.
Headers
Use the X-Api-Key header to provide your workspace API key. Refer to Authentication for more information.
Path Parameters
SID of the booking that you want to cancel.
Example:
"hda6gxy"
Query Parameters
Reason for cancelling the booking.
Response
200 - application/json
OK - Booking cancel successful