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