provider Webhooks DELETE
/rest/api/3/webhook @utdk/jira
/rest/api/3/webhook Delete webhooks by ID
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.
Try it
Authentication
Configure credentials for The Jira Cloud platform REST API
Code snippet
Updates live as you fill in the form above.
TypeScript
import jira from '@utdk/jira';
await jira.deletewebhookbyid()