# `bird webhooks delete`

## Usage

```bash
bird webhooks delete <webhook-id> [flags]
```

## Description

Delete a webhook endpoint

This is destructive and cannot be undone; pass --yes to confirm.

## Examples

```bash
bird webhooks delete <id> --yes
```

## Options

#### Safety

| Name                | Description                                                    |
| ------------------- | -------------------------------------------------------------- |
| `--idempotency-key` | Deduplication key; a retry with the same key won't act twice   |
| `--yes`             | Confirm a destructive action (required; the CLI never prompts) |

## Related

| Name                                                                        | Description                   |
| --------------------------------------------------------------------------- | ----------------------------- |
| [`bird webhooks attempts`](/docs/cli/reference/webhooks-attempts)           | List delivery attempts        |
| [`bird webhooks create`](/docs/cli/reference/webhooks-create)               | Create a webhook endpoint     |
| [`bird webhooks get`](/docs/cli/reference/webhooks-get)                     | Get a webhook endpoint        |
| [`bird webhooks list`](/docs/cli/reference/webhooks-list)                   | List webhook endpoints        |
| [`bird webhooks rotate-secret`](/docs/cli/reference/webhooks-rotate-secret) | Rotate webhook signing secret |
| [`bird webhooks test`](/docs/cli/reference/webhooks-test)                   | Send a test event             |