Deletes a web link.
12345
The ID of the web link.
An empty response will be returned when the web link was successfully deleted.
An unexpected client error.
curl -i -X DELETE "https://api.box.com/2.0/web_links/12345" \
-H "authorization: Bearer <ACCESS_TOKEN>"