Mailing lists

Unsubscribe contacts from a mailing list

Moves specified email addresses to the unsubscribed state within a given list.

post/addressbooks/{id}/emails/unsubscribe

Request body

emailsstring[] required

Example request

{
  "emails": [
    "user@example.com"
  ]
}

Response

Contacts successfully unsubscribed

resultboolean

Changes

No recorded changes to this endpoint across all 1 revision of this API.