Deletes a single collaboration.
1234
The ID of the collaboration
A blank response is returned if the collaboration was successfully deleted.
An unexpected client error.
curl -i -X DELETE "https://api.box.com/2.0/collaborations/1234" \
-H "authorization: Bearer <ACCESS_TOKEN>"