Skip to main content
DELETE
/
v1
/
appointments
/
{id}
Cancel appointment
curl --request DELETE \
  --url https://api.mivicall.com/v1/appointments/{id} \
  --header 'Authorization: Bearer <token>'
{
  "error": "validation_failed",
  "message": "patientPhone must be E.164 format",
  "requestId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "errors": [
    {
      "path": "<string>",
      "message": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.mivicall.com/llms.txt

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

Authorizations

Authorization
string
header
required

API key no header Authorization: Bearer miv_live_.... Gere keys em Settings → Integrations.

Path Parameters

id
string<uuid>
required

Response

Cancelada