bird webhooks delete
Usage
Code example
bird webhooks delete <webhook-id> [flags]Description
Delete a webhook endpoint
This is destructive and cannot be undone; pass --yes to confirm.
Examples
Code example
bird webhooks delete <id> --yesOptions
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 | List delivery attempts |
| bird webhooks create | Create a webhook endpoint |
| bird webhooks get | Get a webhook endpoint |
| bird webhooks list | List webhook endpoints |
| bird webhooks rotate-secret | Rotate webhook signing secret |
| bird webhooks test | Send a test event |