deleteCategories¶
Request Method: DELETE
Description: Delete the specified Categories
URL: https://api.iovox.com:444/Categories?v=3&method=deleteCategories&category_ids=101
The following parameters can be sent in the querystring
Parameter | Description | Default Value | Data Type | Mandatory |
v | API version to use | INTEGER | YES | |
categories | A comma delimited list of all category label and id combinations of the categories to be deleted. Category label and id should be separated by a semi-colon. e.g. Location;Cambridge,Location;London | 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 | Category ID x of y does not exist | Correct category_id x (item) of y (total) |
400 | Category ID x of y Empty | Correct category_id x (item) of y (total) |
400 | Category IDs Empty | Add one or more categories to the request |
500 | Internal Server Error | Retry later |