Delete Category

Delete Category

Deletes a category with a given ID.

Request
URI
DELETE
https:///vco/api/categories/{id}
COPY
Path Parameters
string
Required
Query Parameters
boolean
deleteNonEmptyContent
Optional

deleteNonEmptyContent


Responses
200

The request is successful

Operation doesn't return any data structure

204

Delete operation completed OK

Operation doesn't return any data structure

403

User doesn't have permission to delete the category

Operation doesn't return any data structure

404

Cannot find a category with the specified ID,

Operation doesn't return any data structure

409

Category has child elements

Operation doesn't return any data structure