/r/{repoId}/objectmanagement/categories/{id}
DELETE
Deleting a category
You can delete a category that is no longer required from the repository by applying this request.
A category can only be deleted if it is no longer assigned to any permission and if it has not been predefined by the system (readOnly=true).
Parameters
repoId/string/required
The unique ID of the repository.
id/string/required
The unique ID of the category.
Responses
204
The category was deleted successfully.
404
The category with the specified ID could not be determined.
Show operation