Skip to main content

CancelAppointmentRequest

Request schema for canceling an appointment

cancellation_reason_idstring

ID of the cancellation reason.

Possible values: Value must match regular expression ^cr_\w{12}$

custom_reason_textstring

Custom reason text for the cancellation.

initiated_bystring

The entity that initiated the cancellation.

Possible values: [user, client]

Default value: client
CancelAppointmentRequest
{
"cancellation_reason_id": "cr_d025a96ac0c6",
"custom_reason_text": "I'm sick"
}