Skip to content

Cancel a booking and notify both parties

POST
/appointments/bookings/{booking_uid}/cancel

Cancel a booking. Reuses BookingsHandler.handle_cancel (sends the cancellation emails, releases the slot, emits the EDA event). Body is optional — omit it to cancel with no reason.

Authorizations

Parameters

Path Parameters

booking_uid
required
string

Header Parameters

X-Target-Org-Id
Any of:
string

Request Body

Any of:
object
cancel_subsequent
boolean
cancellation_reason
Any of:
string

Responses

200

Successful Response

object
key
additional properties
any

422

Validation Error

object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string