Skip to main content
POST
/
api
/
v1
/
appointments
/
{appointment}
/
cancel
Error
A valid request URL is required to generate request examples

Authorizations

Authorization
string
header
required

Provide a Bearer Token

Path Parameters

appointment
string
required

The Uuid of the required appointment model Resource identifier as a UUID

Example:

"9a0f170e-0aa0-47db-ab14-4ddcdcbad061"

Body

application/json
cancellation_reason
string

The reason for the appointment cancellation

Response

204

The request has succeeded.