deleteLinks¶
Request Method: DELETE
Description: Deletes the specified links
URL: https://api.iovox.com:444/Links?v=3&method=deleteLinks&link_ids=111,112,115
The following parameters can be sent in the querystring
Parameter | Description | Default Value | Data Type | Mandatory |
v | API version to use | INTEGER | YES | |
link_ids | A comma delimited list of all link ids of the links 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 | Link ID x of y does not exist | Correct link_id x (item) of y (total) |
400 | Link ID x of y Empty | Correct link_id x (item) of y (total) |
400 | Link ID x of y not an integer | Correct link_id x (item) of y (total) |
400 | Link IDs Empty | Add one or more link_ids to the request |
500 | Internal Server Error | Retry later |