cURL
curl --request POST \ --url https://api.decodahealth.com/calendar/self-schedule/cancel-appointment/{appointment_id} \ --header 'API-KEY: <api-key>' \ --header 'Content-Type: application/json' \ --header 'TENANT: <tenant>' \ --data '{}'
true
The tenant you are making this request on behalf of
Your api key
Schema for self-schedule appointment cancellation requests
Optional reason for cancelling the appointment
Successful Response
The response is of type boolean.
boolean