Cancel a booking that was already confirmed.

Booking cancellation may trigger a notification or generate a cancellation fee based on the cancellation policy. If you want to suppress those, you should use the "isSilent" and "skipCancellationPolicy" query string parameters.

Required scopes: flex.space.bookings.cancel

Path Params
string
required

booking id

string
required

organization slug

Query Params
boolean

Whether to send notifications to the member. If true, a notification will not be sent. If false or not passed at all, the notification will be sent as normal.

boolean

Whether to calculate a cancellation fee. If true, the cancellation fee will be skipped. If false or not passed at all, a cancellation fee will be generated based on the cancellation policy for the resource.

Response

Language
Credentials
OAuth2
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json