Unassign a task
Unassign a task
To unassign a task, you will need to provide the
DELETE /task_assignments
API with the id
of the task assignment.
cURL
curl -i -X DELETE "https://api.box.com/2.0/task_assignments/12345" \
-H "authorization: Bearer <ACCESS_TOKEN>"