---
title: "Delete organization webhook"
method: DELETE
path: "/api/v2/organization/{organizationId}/webhook/{webhookId}"
tags: ["Organization Webhooks"]
---

# Delete organization webhook

`DELETE /api/v2/organization/{organizationId}/webhook/{webhookId}`

Remove a webhook from the organization. This permanently deletes 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

- `organizationId` 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)
