removeVoxnumberFromLink

Request Method: PUT

Description: Removes any attached VoxNumber from the specified link and sends it back to the pool

URL: https://api.iovox.com:444/Links?v=3&method=removeVoxnumberFromLink

The following parameters can be sent in the querystring

ParameterDescriptionDefault ValueData TypeMandatory
vAPI version to use
INTEGERYES

Payload

<?xml version="1.0" encoding="utf-8"?>
<request>
     <link_id>101</link_id>
     <link_id>102</link_id>
     <link_id>100</link_id>
 </request>

Payload Description

Node NameDescriptionDefault ValueData TypeMandatory
link_idThe Link ID to remove the VoxNumber from
INTEGERYES

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 PUT. x attemptedSwitch request method x to PUT
400XML EmptyAdd xml to the request body
400XML parse error. x at line y, column zCorrect XML at point x on line y, column z
400Request EmptyAdd at least one link_id to the request
400Link ID X of Y EmptyCorrect link_id x (item) of y (total)
400Link ID x of y does not existCorrect link_id x (item) of y (total)
400Link ID x of y does not have a VoxNumberCorrect link_id x (item) of y (total)
500Internal Server ErrorRetry later

Success Result

HTTP/1.1 204 No Content