Skip to content

Cancel an appointment

POST /appointments/{appointmentId}/cancel

Cancels an appointment through the active connector. Depending on connector support, a successful response can include the affected appointment or only an appointment identifier and status message.

Operation ID: postAppointmentCancel
Authorization: BEARER or API key

Parameters

Name Location Type Required Description
appointmentId path string Yes Connector-assigned CRM appointment identifier.

Responses

Status Description Body
200 Appointment cancellation result. AppointmentActionResponse
400 Bad request, missing authentication, or connector error. ErrorResponse, string
401 The user session is expired or revoked. ErrorResponse, string