cURL
curl --request DELETE \ --url https://api.sendx.io/api/v1/rest/contact/{identifier} \ --header 'X-Team-ApiKey: <api-key>'
{ "status": "<string>", "message": "<string>", "data": "<string>" }
Deletes Contact
The Contact ID/ Email to delete
Contact deleted successfully
The response is of type object.
object
Was this page helpful?