cURL
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>" }
Unsubscribe a globally existing contact
The Contact ID or email to unsubscribe
"sendx123"
Contact successfully unsubscribed
The response is of type object.
object
Was this page helpful?