v1

latestOpenAPI 3.0.02026-07-244771176.5 KB
Contacts & Lists

Opt Out/Unsubscribe Contact

Opt Out List Member

Unsubscribe contact from one or all lists
If sending marketing by law you must enable an unsubscribe method. Anti-Spam Policy

post/optout-list-member.json

Response

Successful response.

list_idsinteger[]

One or more list ID's that contact was opted out of.

Example response

{
  "list_ids": [
    123,
    456,
    789
  ],
  "error": {
    "CODE": "NOT_FOUND",
    "HEADER": 400,
    "DESCRIPTION": "Contact with such mobile does not exist in this list."
  }
}