deleteClis

Request Method: DELETE

Description: Delete CLI number(s) from your account.

URL: https://api.iovox.com:444/Clis?v=3&method=deleteClis&rm_if_in_use=TRUE&clis=44123456789,44123456788

The following parameters can be sent in the querystring

ParameterDescriptionDefault ValueData TypeMandatory
vAPI version to use INTEGERYES
clisA comma delimited list of all Cli numbers to be deleted STRINGYES
rm_if_in_useForce deleting a Cli, even if it is still attached to a Link.FALSESTRINGNO

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

400Clis EmptyAdd one or more clis to the request
400Cli x of y EmptyCorrect cli x (item) of y (total)

400

Cli x of y does not exist

Remove cli x (item) of y (total) from request

400

Cli x of y in use

Remove cli x (item) of y (total) from request

400

Cli x of y not an integer

Correct cli x (item) of y (total)

Success Result

HTTP/1.1 204 No Content