Unassign a task
PATCH/v1/tasks/:taskId/unassign
Unassign a task with taskId
. Returns the task.
Request
Responses
- 200
- 400
- 404
On success returned.
An error is returned when the task is not active (not in the CREATED state).
An error is returned if the task was not claimed (assigned) before.
An error is returned when the task with the taskId
is not found.