deleteBlockedNumbers

Request Method: DELETE

Description: Deletes the specified Blocked Numbers.

URL: https://api.iovox.com:444/Rules?v=3&method=deleteBlockedNumbers&blocked_numbers=44207;IN;STARTSWITH,44208;OUT;EQUALS

The following parameters can be sent in the querystring

ParameterDescriptionDefault ValueData TypeMandatory
vAPI version to use
INTEGERYES
blocked_numbersA comma delimeted list of number;in_or_out;operator of the Blocked Numbers to be deleted
STRINGYES

Result

Error Result

HTTP CodeError StringResolution
400API Version EmptyAdd a value for the v parameter in the query string
400API Version InvalidCorrect v parameter
400Request Method must be DELETE. x attemptedSwitch request method x to DELETE
400z of x of y EmptyCorrect z (parameter) of x (item) of y (total)
400Blocked Numbers EmptyAdd at least one Blocked Number to the request
400Blocked Number x of y does not existCorrect Blocked Number x (item) of y (total) to a Blocked Number combination that exists
400

Combination of Number, In Or Out and Operator in Blocked Number x of y does not exist.

Check and correct Number, In Or Out and Operator for Blocked Number x of y 

500Internal Server ErrorRetry later

Success Result

HTTP/1.1 204 No Content