Delete a contact
DELETE/v1/contacts/:id
Permanently delete a contact. This cascades: every call placed to the contact — and its transcript, recording metadata, extraction, and event trace — is deleted with it. The phone's do-not-call registry entry is deliberately kept, so a deleted-then-re-created contact can never resurrect a number that opted out.
Request
Responses
- 204
- 401
- 403
- 404
- 429
The contact was deleted.
Missing, invalid, revoked, or expired API key.
The key lacks the contacts:write scope.
No contact with this id for your organization.
Rate limit exceeded.