Permanently deletes a comment.
12345
The ID of the comment.
Returns an empty response when the comment has been deleted.
An unexpected client error.
curl -i -X DELETE "https://api.box.com/2.0/comments/12345" \
-H "authorization: Bearer <ACCESS_TOKEN>"