---
title: "webhooks delete"
description: "Delete a webhook endpoint"
canonical: "https://pgbeam.com/docs/cli/webhooks/delete"
last-updated: "2026-09-14T19:37:21.000Z"
---

# webhooks delete

> Delete a webhook endpoint

URL: https://pgbeam.com/docs/cli/webhooks/delete

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

## Options

Option

Description

Required

Default

`<id>`

ID of the webhook endpoint to delete

Yes

-

`--yes`, `-y`

Skip the confirmation prompt

No

`false`

All global options (`--token`, `--profile`,
`--project`, `--org`, `--json`, `--no-color`, `--no-trunc`, `--debug`) are
also available on this command.

## Examples

## Output

Prints a success message confirming the webhook was deleted.