Company logoTrust Center Documentation

Delete a contact

Permanently delete a contact and all associated data

DELETE
/api/v1/contacts/{id}

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Contact ID

Response Body

application/json

curl -X DELETE "https://app.orbiqhq.com/api/v1/contacts/550e8400-e29b-41d4-a716-446655440000"
{
  "ok": true,
  "deleted": true
}
Empty
Empty
Empty
Empty
Empty

How is this guide?