DELETE
/
contact
/
{identifier}
Delete Contact
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>"
}

Authorizations

X-Team-ApiKey
string
header
required

Path Parameters

identifier
string
required

The Contact ID/ Email to delete

Response

200
application/json

Contact deleted successfully

The response is of type object.