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

ParameterDescriptionDefault ValueData TypeMandatory
vAPI version to use
INTEGERYES
categoriesA 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
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 category_id x (item) of y (total)
400Category ID x of y EmptyCorrect category_id x (item) of y (total)
400Category IDs EmptyAdd one or more categories to the request
500Internal Server ErrorRetry later

Success Result

HTTP/1.1 204 No Content