Reject an action item
POST/governance/action_item/:id/reject
Reject an action item as not applicable. If the category has requires_approval_to_reject enabled, the item moves to pending_rejection instead.
Request
Responses
- 200
- 4XX
- 5XX
The updated action item.
Client error responses due to invalid input or missing parameters.
Server error responses indicating an issue on the API side.