---
title: "Delete webhooks by ID"
method: DELETE
path: "/rest/api/3/webhook"
tags: ["Webhooks"]
---

# Delete webhooks by ID

`DELETE /rest/api/3/webhook`

Removes webhooks by ID. Only webhooks registered by the calling app are removed. If webhooks created by other apps are specified, they are ignored.

**[Permissions](#permissions) required:** Only [Connect](https://developer.atlassian.com/cloud/jira/platform/#connect-apps) and [OAuth 2.0](https://developer.atlassian.com/cloud/jira/platform/oauth-2-3lo-apps) apps can use this operation.

## Request body

- ContainerForWebhookIDs — Container for a list of webhook IDs.
  - `webhookIds` integer[], required — A list of webhook IDs.

## Response `202`

Returned if the request is successful.

## Other responses

- `400` — Returned if the list of webhook IDs is missing.
- `403` — Returned if the caller isn't an app.

---

[API](https://skmtc.net/atlassian/apis/the-jira-cloud-platform-rest-api-2.md) · [All operations](https://skmtc.net/atlassian/apis/the-jira-cloud-platform-rest-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/atlassian/the-jira-cloud-platform-rest-api-2/versions/5a51740d7ab3/schema)
