/visits/deleteForce cancel a visit
Base URL https://api.vseepreview.com/api_v3 · operationId deleteVisit
Authentication: Admin Token — Requires the Clinic Admin API Token from your dashboard (Developers → App → Edit App).
Force cancel an existing visit. Requires admin token.
| Name | In | Type | Required | Enum | Default | Description |
|---|---|---|---|---|---|---|
X-ApiToken | header | string | yes | API token (e.g. your_api_token) | ||
X-AccountCode | header | string | yes | Account code (e.g. vclinic) | ||
id | query | string | yes | The ID of the visit/appointment (e.g. 5010007042332) |
200 — Visit deleted successfullyVisit deleted — Successfully deleted visit
{
"data": {}
}
401 — Unauthorized{
"error": "Unauthorized",
"message": "Invalid or missing API token"
}
Machine-readable: OpenAPI JSON (operationId: deleteVisit)