Skip to content

Cancel an Appointment

POST /api/dashboard/appointments/cancel

Section titled “ /api/dashboard/appointments/cancel”

This endpoint allows you to cancel an existing appointment.
An appointment can be canceled if it has already been approved or not.

This endpoint requires authentication. You must include a valid API key in the request header. Permission(s) Required: VIEW_APPOINTMENTS

{
"id": string
}

id UUID of the appointment.