Reject a booking
API v1 (Deprecated)
Reject booking
Reject a booking. The booking must be in awaiting_approval status.
POST
Reject 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 reject.
Example:
"8sqtzrs"
Body
application/json
Optional reason for rejecting the booking.
Example:
"Time slot no longer available"
Response
200 - application/json
OK - Booking rejected successfully
Example:
"Booking rejected successfully"