deleteCategoryConfigurations¶
Request Method: DELETE
Description: Deletes the specified categories configurations and the categories values.
URL: https://api.iovox.com:444/Categories?v=3&method=deleteCategoryConfigurations&categories=Classification ID,Product Type,End Date
The following parameters can be sent in the querystring
| Parameter | Description | Default Value | Data Type | Mandatory |
| v | API version to use | INTEGER | YES | |
| categories_ids | A comma delimeted list of all categories configuration IDs 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 | Category ID x of y does not exist | Correct categories x (item) of y (total) |
| 400 | Category ID x of y is empty | Correct categories x (item) of y (total) |
| 500 | Internal Server Error | Retry later |