Delete Contact
DELETE/contacts/:contactId
Delete Contact
Request
Version stringrequired
API Version
Available options
v3contactId stringrequired
Contact Id
Successful response
- application/json
- Schema
- Example (auto)
Schema
succeededboolean
Whether the delete operation succeeded
succededbooleandeprecated
Legacy misspelling of succeeded. Deprecated; use succeeded.
{
"succeeded": true
}