Skip to main content
POST
/
calendar
/
self-schedule
/
cancel-appointment
/
{appointment_id}
Cancel Appointment
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

Headers

TENANT
string
required

The tenant you are making this request on behalf of

API-KEY
string
required

Your api key

Path Parameters

appointment_id
string
required

Body

application/json

Schema for self-schedule appointment cancellation requests

cancellationReason
string | null

Optional reason for cancelling the appointment

Response

Successful Response

The response is of type boolean.