Cancel Appointment (PATCH)

Cancel a health appointment.
Resource
1/connect/health/appointment-management/​appointment/​{appointmentId}
Resource Example
1https://yourInstance.salesforce.com/services/data/v66.0/connect/health/appointment-management/​appointment/​08pxx0000004KxxAAE
HTTP methods
PATCH
Request body for PATCH
1{
2  "id": "08pxx0000004KhxxAE",
3  "status": "canceled"
4}
Request parameters for PATCH
Parameter Name Type Description Required or Optional Available version
id String ID of the appointment to cancel. Required 65.0
status String Status to set the appointment to, ​as configured in Salesforce appointment statuses. Required 65.0
Response body for PATCH

Cancel Appointment Output