POST
/
contact
/
unsubscribe
/
{identifier}
Unsubscribe Contact
curl --request POST \
  --url https://api.sendx.io/api/v1/rest/contact/unsubscribe/{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 or email to unsubscribe

Example:

"sendx123"

Response

200
application/json

Contact successfully unsubscribed

The response is of type object.