---
title: "Remove webhook"
method: DELETE
path: "/webhooks/{webhook_id}"
tags: ["Webhooks"]
---

# Remove webhook

`DELETE /webhooks/{webhook_id}`

Deletes a webhook.

## Path parameters

- `webhook_id` string, required

## Response `204`

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

## Other responses

- `403` — Returns an error if the application does not have the permission to manage webhooks.
- `404` — Returns an error if the webhook could not be found.
- `default` — An unexpected client error.

---

[API](https://skmtc.net/box/apis/platform-api.md) · [All operations](https://skmtc.net/box/apis/platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/box/platform-api/revisions/ba8f087e1a4d/schema)
