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
AuthorizationRequiredBearer <token>The bearer token used is the session token that you receive from the handshake exchange.
In: header
Request Body
application/jsonRequiredcategoriesRequiredarray<string>The categories to remove
removeChildrenCategoriesRequiredbooleanWhether to also remove any children categories
removeContentsRequiredbooleanWhether 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.