Delete a category
DELETE/governance/action_item_category/:id
Delete an action item category.
Note: A category cannot be deleted if it has subcategories or action items. Remove or reassign those first.
Request
Responses
- 204
- 4XX
- 5XX
Category deleted successfully.
Client error responses due to invalid input or missing parameters.
Server error responses indicating an issue on the API side.