POST
/
backend
/
email
/
{org_id}
/
unsubscribe
/
{contact_id}
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.

Was this page helpful?