Skip to main content
To remove a task, call the DELETE /tasks/:task_id API with the id of the task.
curl -i -X DELETE "https://api.box.com/2.0/tasks/12345" \
     -H "authorization: Bearer <ACCESS_TOKEN>"