Reject an action item
POST/action_item/:id/reject
Reject an action item as not applicable. If an approval action gates action_item:reject for this item, it moves to pending_rejection until the approval request is decided. Otherwise it transitions straight to rejected.
Request
Responses
- 200
- 4XX
- 5XX
The updated action item.
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.