Company logoTrust Center Documentation

Delete a contact

Permanently delete a contact and all associated data

DELETE
/api/v1/contacts/{id}
AuthorizationBearer <token>

In: header

Path Parameters

idstring

Contact ID

Response Body

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

How is this guide?