Unassign an action item
POST/action_item/:id/unassign
Remove the owner from an action item, returning it to the unassigned pool. The assignee_id, assigned_at, and assigned_by fields are cleared.
The status rule of action_item:assign applies here too. Unassigning an item that nobody owns returns a 400.
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.