---
title: "Delete enterprise webhook"
method: DELETE
path: "/api/v2/enterprise/{enterpriseId}/webhook/{webhookId}"
tags: ["Enterprise Webhooks"]
---

# Delete enterprise webhook

`DELETE /api/v2/enterprise/{enterpriseId}/webhook/{webhookId}`

Remove a webhook from the enterprise. This will permanently delete the webhook.
To call this endpoint, you must have the user_manage scope on a short-lived
access token created either in the web app or programmatically using
the [Login](/reference/userlogin#/) endpoint.

## Path parameters

- `enterpriseId` string, required
- `webhookId` string, required

## Response `204`

No Content

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

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