Skip to main content
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 {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 reject.

Example:

"8sqtzrs"

Body

application/json
rejection_reason
string

Optional reason for rejecting the booking.

Example:

"Time slot no longer available"

Response

200 - application/json

OK - Booking rejected successfully

message
string
Example:

"Booking rejected successfully"