Delete Category
Deletes a category with a given ID.
Request
URI
DELETE
https://{api_host}/vco/api/categories/{id}
COPY
Path Parameters
string
id
Required
id
Query Parameters
boolean
deleteNonEmptyContent
Optional
Constraints:
default: false
deleteNonEmptyContent
Responses
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
Code Samples
COPY
curl -X DELETE -H 'Authorization: <value>' https://{api_host}/vco/api/categories/{id}
On This Page
Category Service Operations
GET
Get Category
PUT
Update Category
POST
Add Child Category
DELETE
Delete Category
GET
List Categories
POST
Add Root Category