Delete a Contact
DELETE/api/contacts/{id}
Headers
| Field | Type | Description |
|---|---|---|
| authtoken | String | Authentication token, generated from admin area |
Parameters
| Field | Type | Description |
|---|---|---|
| id | Number | Contact unique ID |
curl -X DELETE "https://yoursite.com/api/contacts/123" \
-H "authtoken: YOUR_API_TOKEN"