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

ParameterDescriptionDefault ValueData TypeMandatory
vAPI version to use
INTEGERYES
categories_idsA comma delimeted list of all categories configuration IDs to be deleted
STRINGYES

Result

Error Result

HTTP CodeError StringResolution
400API Version EmptyAdd a value for the v parameter in the query string
400API Version InvalidCorrect v parameter
400Request Method must be DELETE. x attemptedSwitch request method x to DELETE
400Category ID x of y does not existCorrect categories x (item) of y (total)
400Category ID x of y is emptyCorrect categories x (item) of y (total)
500Internal Server ErrorRetry later

Success Result

HTTP/1.1 204 No Content