- If the contact is already unsubscribed, the endpoint still returns
200with the current contact record. - Pass the contact UUID or the workspace identity value to resolve the contact.
- Email identity lookups are normalized before matching, so casing does not affect the lookup.
- The resolved contact must belong to the workspace in the path.
Unsubscribe Contact
Unsubscribe an existing contact in your workspace. The contact path parameter accepts either the contact UUID or the current workspace identity value.
Idempotent Behavior
What happens when the contact is already unsubscribed
POST
/v1/workspaces/:workspace/contacts/:contact/unsubscribeUnsubscribe a contact by UUID or identity value
Path parameters
workspacestring Required ID of your workspace
contactstring Required Contact UUID or the current workspace identity value