Skip to main content
POST
/
backend
/
email
/
{org_id}
/
unsubscribe
/
{contact_id}
Directly Unsubscribe a Contact
curl --request POST \
  --url https://api-v2.opencopilot.so/backend/email/{org_id}/unsubscribe/{contact_id}

Path Parameters

orgId
string
required
Your copilot/organization ID.
contactId
string
required
The contact’s ID.

Body

This endpoint does not accept a body.