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
Parameter | Description | Default Value | Data Type | Mandatory |
v | API version to use | INTEGER | YES | |
blocked_numbers | A comma delimeted list of number;in_or_out;operator of the Blocked Numbers to be deleted | STRING | YES |
Result¶
Error Result¶
HTTP Code | Error String | Resolution |
400 | API Version Empty | Add a value for the v parameter in the query string |
400 | API Version Invalid | Correct v parameter |
400 | Request Method must be DELETE. x attempted | Switch request method x to DELETE |
400 | z of x of y Empty | Correct z (parameter) of x (item) of y (total) |
400 | Blocked Numbers Empty | Add at least one Blocked Number to the request |
400 | Blocked Number x of y does not exist | Correct 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 |
500 | Internal Server Error | Retry later |