Remove categories
Removes a set of categories. This can include any possible children categories and connections associated with the category. Some categories, for example the root categories, can not be removed.
Authorization
Authorization
RequiredBearer <token>The bearer token used is the session token that you receive from the handshake exchange.
In: header
Request Body
application/json
Requiredcategories
Requiredarray<string>The categories to remove
removeChildrenCategories
RequiredbooleanWhether to also remove any children categories
removeContents
RequiredbooleanWhether to also remove any connection entries in the categories. If this is false, any connections are moved to the default category instead.
The removal was successful.