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>'

Documentation Index

Fetch the complete documentation index at: https://developer.meetergo.com/llms.txt

Use this file to discover all available pages before exploring further.

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