Delete Webhook

DELETE /api/v2/webhooks/:webhook_id

The Delete Webhook endpoint removes a webhook by its ID. Once deleted, the webhook will no longer receive event notifications. This action is irreversible.

Path Parameters

Name
Type
Description

webhook_id

UUIDV7

The unique identifier of the configured webhook to be deleted.

Example: 0663cc41-ef29-7995-8000-2d9b414b3174

Response

{
  "status": "success",
  "data": true
}

Last updated