Contact

Delete

DELETE method to delete a contact.

Parameters

Name Description
account_id required Your account unique identifier to access API.
contact_id required Id of the contact to be deleted

Request

Route
DELETE 
/v2/account/:account_id/contact/:contact_id
Headers
Accept: application/json 
Authorization: Token token={account.secret}
Content-Type: application/json

Response

Status
200
Body
{
  "id": "550aac3da096734ce5000001",
  "name_first": "John",
  "name_last": "Doe",
  "phone_countrycode": "44",
  "phone_number": "7712345678",
  "email": "johndoe@example.com",
  "tags": [
    "tag1",
    "tag2"
  ]
}