Skip to main content

Remove phone number from suppression list

Description

Removes a phone number from a suppression list.

Request URL

Method: POST

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

Request parameters

ParameterTypeExampleRequiredDescription
tokenstring"abcdefghijklmnqrstuvwxyz"YesAPI token
formatstring"json"NoResponse data format
By default– json
idint12YesSuppression list ID
valuestring"+79009009001"YesPhone number

Request example

{
"id":1,
"token":"62c1336c402e429ab2e59d84d089b1cc",
"value":"+79009009001"
}

Response example

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

Response parameters

ParameterTypeDescription
errorintError code
error_textstringError text