Delete Category

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


Authentication
This operation uses the following authentication methods.
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}