Unsubscribe a contact
Deprecated. Use PATCH /v1/contacts/{id} with email_consent: "unsubscribed"
instead. This endpoint will be removed in a future release.
Globally unsubscribe a contact from all email marketing.
If the contact is already unsubscribed, this endpoint returns successfully without making changes.
Responses include Deprecation: true and a Link header pointing to
migration documentation.
Required scope: contacts_write
Documentation Index
Fetch the complete documentation index at: https://help.privy.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Send either an API token or an OAuth access token as
Authorization: Bearer <token>. See the Authentication page for details.
Path Parameters
The contact's unique identifier (returned as id in contact responses).
Body
Optional reason for unsubscribing.
500"Contact requested removal from mailing list"
Response
Contact unsubscribed successfully.