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
Parameter | Description | Default Value | Data Type | Mandatory |
v | API version to use | INTEGER | YES |
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 Name | Description | Default Value | Data Type | Mandatory |
link_id | The Link ID to remove the VoxNumber from | INTEGER | 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 PUT. x attempted | Switch request method x to PUT |
400 | XML Empty | Add xml to the request body |
400 | XML parse error. x at line y, column z | Correct XML at point x on line y, column z |
400 | Request Empty | Add at least one link_id to the request |
400 | Link ID X of Y Empty | Correct link_id x (item) of y (total) |
400 | Link ID x of y does not exist | Correct link_id x (item) of y (total) |
400 | Link ID x of y does not have a VoxNumber | Correct link_id x (item) of y (total) |
500 | Internal Server Error | Retry later |