cURL
curl --request POST \ --url https://api.useplunk.com/v1/contacts/unsubscribe \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: <content-type>' \ --data '{ "id": "<string>", "email": "<string>" }'
{ "success": true, "contact": "80d74d13-16eb-48c5-bc2b-aae6fd5865cc", "subscribed": false }
Unsubscribes a contact
id
email
application/json