Skip to main content
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 {your-subdomain} with your workspace’s subdomain.
Learn how to find your subdomain in Workspace subdomain.

Headers

X-Api-Key
string
required

Use the X-Api-Key header to provide your workspace API key. Refer to Authentication for more information.

Path Parameters

booking_sid
string
required

SID of the booking that you want to cancel.

Example:

"hda6gxy"

Query Parameters

cancel_reason
string

Reason for cancelling the booking.

Response

200 - application/json

OK - Booking cancel successful

message
string