bird email ip-pools delete
Usage
Codevoorbeeld
bird email ip-pools delete <ip-pool-id> [flags]Description
Delete an IP pool by id. Only empty pools can be deleted, so move or cancel its dedicated IPs first, and the default pool cannot be deleted. Destructive.
This is destructive and cannot be undone; pass --yes to confirm.
Examples
Codevoorbeeld
bird email ip-pools 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 ip-pools create | Create an IP pool |
| bird email ip-pools get | Get an IP pool |
| bird email ip-pools list | List IP pools |
| bird email ip-pools update | Update an IP pool |