Documentation
Sign inGet started

bird webhooks delete

Usage

कोड उदाहरण
bird webhooks delete <webhook-id> [flags]

Description

Permanently remove an endpoint and stop every delivery to it, including retries of earlier failures. Recreating it later mints a new id and signing secret; to stop deliveries temporarily instead, set its status to paused.
This is destructive and cannot be undone; pass --yes to confirm.

Examples

कोड उदाहरण
bird webhooks delete <id> --yes

Options

Safety

NameDescription
--idempotency-keyDeduplication key; a retry with the same key won't act twice
--yesConfirm a destructive action (required; the CLI never prompts)
NameDescription
bird webhooks attemptsList delivery attempts
bird webhooks createCreate a webhook endpoint
bird webhooks getGet a webhook endpoint
bird webhooks listList webhook endpoints
bird webhooks rotate-secretRotate webhook signing secret
bird webhooks testSend a test event