Delete a Contact

DELETE/api/contacts/{id}

Headers

FieldTypeDescription
authtoken String Authentication token, generated from admin area

Parameters

FieldTypeDescription
id Number Contact unique ID
curl -X DELETE "https://yoursite.com/api/contacts/123" \
  -H "authtoken: YOUR_API_TOKEN"
MethodDELETE
Path/api/contacts/{id}
GroupContacts
Sincev1.0.0
Defined inRestApi/Controllers/ContactsController.php