jira.js
    Preparing search index...

    Function deleteWebhookById

    • 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 required: Only Connect and OAuth 2.0 apps can use this operation.

      Parameters

      • client: Client
      • parameters: { webhookIds: number[] }
        • webhookIds: number[]

          A list of webhook IDs.

      • Optionaloptions: RequestOptions

      Returns Promise<void>