Skip to main content
DELETE
/
appointments
/
{appointmentId}
Delete an appointment
curl --request DELETE \
  --url https://api.healos.ai/ext-api/v1/appointments/{appointmentId} \
  --header 'X-API-Key: <api-key>'
{
  "success": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.healos.ai/llms.txt

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

Authorizations

X-API-Key
string
header
required

API key obtained from /api/v1/ext-api-keys

Path Parameters

appointmentId
string
required

Appointment UUID

Example:

"f47ac10b-58cc-4372-a567-0e02b2c3d479"

Response

Appointment deleted

success
boolean
required