Skip to main content
DELETE
/
v4
/
appointment
/
{appointmentId}
Delete appointment
curl --request DELETE \
  --url https://api.example.com/v4/appointment/{appointmentId} \
  --header 'x-meetergo-api-user-id: <api-key>'

Authorizations

x-meetergo-api-user-id
string
header
required

User ID to act as when using API Key authentication (required with API Key)

Path Parameters

appointmentId
string
required

The unique identifier of the appointment to delete

Response

200 - undefined