Skip to content

Unsubscribe a contact

POST
/v1/contacts/{id}/unsubscribe
curl --request POST \
--url https://example.com/v1/contacts/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/unsubscribe \
--header 'Authorization: Bearer <token>'

Marks the contact as unsubscribed so it is excluded from future email sends. Does not delete it.

id
required
string format: uuid

OK