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.
Security
Section titled “Security”This endpoint requires authentication. You must include a valid API key in the request header.
Permission(s) Required: VIEW_APPOINTMENTS
Request Body
Section titled “Request Body”{ "id": string}
id
UUID of the appointment.