Delete a category
DELETE/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, missing parameters, or unauthorized access.
Request validation errors use a different shape:
{
"type": "ValidationError",
"errors": [{ "message": "body must have required property 'defer_until'" }]
}
Server error responses indicating an issue on the API side.