Skip to main content

Remove domain from suppression list

Description

Removes an email domain from a suppression list.

Request URL

Method: POST

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

Request parameters

ParameterTypeExampleRequiredDescription
tokenstring"abcdefghijklmnqrstuvwxyz"YesAPI token
formatstring"json"NoResponse data format.
By default – json
idint1YesSuppression list ID
domainstring"example.com"YesEmail domain
caution

You can use domain MD5-hash sum.

Request example

{
"token": "abcdefghijklmnqrstuvwxyz",
"domain": "example.com",
"id": 3
}

Response example

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

Response parameters

ParameterTypeDescription
errorintError code
error_textstringError text