@nexartis/nexartis-nanda-node-sdk - v1.2.1
    Preparing search index...

    Class WebhooksNamespace

    Index

    Methods

    • DELETE /api/webhooks/:id — Delete a webhook subscription.

      Parameters

      • webhookId: string

      Returns Promise<{ deleted: string; ok: boolean }>

    • PATCH /api/webhooks/:id — Update a webhook (pause/resume).

      Parameters

      • webhookId: string
      • action: "pause" | "resume"

      Returns Promise<Record<string, unknown>>