Skip to main content

Remove email from suppression list

Description

Removes an email address from a suppression list.

Request URL

Method: POST

https://example.com/api/v1.1/suppresses/email_remove

Request parameters

ParameterTypeExampleRequiredDescription
tokenstring"abcdefghijklmnqrstuvwxyz"YesAPI token
formatstring"json"NoResponse data format
By default– json
idint12YesSuppression list ID
emailstring"example@example.com"YesEmail address
caution

You can use MD5 hash for an email address.

Request example

{
"token": "abcdefghijklmnqrstuvwxyz",
"email": "john@example.com",
"id": 1
}

Response example

{
"error": 0,
"error_text": "Successful operation"
}

Response parameters

ParameterTypeDescription
errorintError code
error_textstringError text