Skip to main content
DELETE
/
rest
/
consultations
/
{id}
Cancel a consultation
curl --request DELETE \
  --url https://mcp.arlohealth.ai/rest/consultations/{id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "status": "<string>"
}

Documentation Index

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

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

Authorizations

Authorization
string
header
required

OAuth 2.1 with PKCE

Path Parameters

id
string
required

Consultation ID

Response

Consultation canceled

success
boolean
status
string