Remove webhook

delete
https://api.box.com/2.0
/webhooks/:webhook_id

Deletes a webhook.

Request

application/json

Path Parameters

stringin pathrequired
3321123

The ID of the webhook.

Response

none

An empty response will be returned when the webhook was successfully deleted.

application/jsonClient error

Returns an error if the application does not have the permission to manage webhooks.

application/jsonClient error

Returns an error if the webhook could not be found

application/jsonClient error

An unexpected client error.

delete
Remove webhook
You can now try out some of our APIs live, right here in the documentation.
Log in

Request Example

cURL
curl -X DELETE https://api.box.com/2.0/webhooks/3321123 \
     -H 'Authorization: Bearer <ACCESS_TOKEN>'