bird email domains delete
Usage
Contoh kode
bird email domains delete <domain-id> [flags]Description
Delete a sending domain by id. Revokes its sender authorization: new sends from the domain are rejected afterward, while historical statistics and events for past sends are preserved. Destructive.
This is destructive and cannot be undone; pass --yes to confirm.
Examples
Contoh kode
bird email domains 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 email domains create | Register a sending domain and return the DNS records to configure. |
| bird email domains get | Get a sending domain |
| bird email domains list | List sending domains |
| bird email domains update | Update a sending domain's tracking settings and tracking domain. |
| bird email domains verify | Trigger domain verification |