Cancel a booking and notify both parties
POST /appointments/bookings/{booking_uid}/cancel
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
Request Body
Any of:
null
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