Preview a native contact delete
What deleting this contact would cancel, before anyone agrees to it.
Use it to name the live booking in a confirmation rather than reporting it afterwards, and pass the ids it returns as expectedAppointmentIds on the delete.
onACall is true while the contact is on a call right now. callCheckFailed is separate on purpose: a check that could not run is not a call in progress, and folding the two together disables the button over a transient error.
Required API key scope: contacts:read.
Authorizations
Send your API key as Authorization: Bearer YOUR_API_KEY.
Path Parameters
The contact id.
1Query Parameters
The sub-account. It is the only thing that identifies the tenant on these routes, and it is re-checked against your access on every call. A sub-account that keeps its contacts in a CRM answers 400.
