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> --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 | Test a webhook with a sample event |
| bird webhooks update | Update a webhook endpoint |
संबंधित संसाधन
इस विषय के लिए डॉक्यूमेंटेशन, गाइड और उदाहरणों के साथ आगे बढ़ें। संसाधन अंग्रेज़ी में हैं।
गाइड देखेंWebhooks done right: reliable delivery eventsकॉन्सेप्ट समझेंHow do I verify a webhook signature?लर्निंग पाथ फ़ॉलो करेंOperate messaging reliablyइम्प्लीमेंटेशन गाइडWebhooks & events
अभ्यास करें और इम्प्लीमेंटेशन ब्रीफ़ पाएँ