webhooks
webhooks delete
Delete a webhook endpoint
Delete a webhook endpoint from the linked project. PgBeam stops delivering events to it immediately. This action cannot be undone. A confirmation prompt is shown unless --yes is passed.
Usage
pgbeam webhooks delete <id> [flags]Options
| Option | Description | Required | Default |
|---|---|---|---|
<id> | ID of the webhook endpoint to delete | Yes | - |
--yes, -y | Skip the confirmation prompt | No | false |
Global options
All global options (--token, --profile,
--project, --org, --json, --no-color, --debug) are also available on
this command.
Examples
# Delete a webhook (with confirmation)
pgbeam webhooks delete wh_xxx
# Delete without confirmation
pgbeam webhooks delete wh_xxx --yesOutput
Prints a success message confirming the webhook was deleted.