Deletes a webhook.
3321123
The ID of the webhook.
An empty response will be returned when the webhook was successfully deleted.
Returns an error if the application does not have the permission to manage webhooks.
Returns an error if the webhook could not be found
An unexpected client error.
curl -i -X DELETE "https://api.box.com/2.0/webhooks/3321123" \
-H "authorization: Bearer <ACCESS_TOKEN>"