deleteNodes¶
Request Method: DELETE
Description: Deletes the specified Nodes, their Links and their Categories
URL: https://api.iovox.com:444/Nodes?v=3&method=deleteNodes&node_ids=101,102,105
The following parameters can be sent in the querystring
Parameter | Description | Default Value | Data Type | Mandatory |
v | API version to use | INTEGER | YES | |
node_ids | A comma delimeted list of all Node ids of the nodes 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 | Node ID x of y does not exist | Correct node_id x (item) of y (total) |
400 | Node ID x of y Empty | Correct node_id x (item) of y (total) |
400 | Node IDs Empty | Add one or more node_ids to the request |
500 | Internal Server Error | Retry later |