PgBeam Docs
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

OptionDescriptionRequiredDefault
<id>ID of the webhook endpoint to deleteYes-
--yes, -ySkip the confirmation promptNofalse

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 --yes

Output

Prints a success message confirming the webhook was deleted.

On this page