bird webhooks delete
Usage
Exemplo de código
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
Exemplo de código
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 |
Recursos relacionados
Continue com a documentação, guias e exemplos sobre este tópico. Os recursos estão em inglês.
Assista ao guiaWebhooks done right: reliable delivery eventsEntenda o conceitoHow do I verify a webhook signature?Siga o percurso de aprendizagemOperate messaging reliablyGuia de implementaçãoWebhooks & events
Experimente na prática e obtenha um resumo de implementação