Skip to main content
DELETE
/
appointments
/
{id}
Delete Appointment
curl --request DELETE \
  --url https://crm.universal.rollout.com/api/appointments/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'X-Rollout-Credential-Id: <api-key>'
"<array>"

Authorizations

Authorization
string
header
required

Authorization JWT

X-Rollout-Credential-Id
string
header
required

The Rollout Credential ID to use for queries/mutations

Path Parameters

id
string
required

Response

OK