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

{
"email": "example@example.com",
"id": 24,
"token": "62c1336c402e429ab2e59d84d089b1cc"
}

Response example

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

Response parameters

ParameterTypeDescription
errorintError code
error_textstringError text