Contacts

Bulk opt-out to contact

REQUIRED SCOPES <code>['contacts:write']</code><br> Bulk opt-out to contact

put/contacts/opt-out/bulk

Request body

contactsinteger[]

The IDs of the Contacts

bulk_allboolean

Bulk All

team_idinteger

Team id

Example request

{
  "contacts": [
    1
  ]
}

Response

OK

Changes

No recorded changes to this endpoint across all 2 revisions of this API.