bird email suppressions remove
Usage
代码示例
bird email suppressions remove <suppression-id> [flags]Description
Remove one suppression record by ID. Check for other blocking records before resuming delivery. Removing a block without cause can harm sender reputation. An API key cannot remove a complaint record; use the dashboard for that record.
This is destructive and cannot be undone; pass --yes to confirm.
Examples
代码示例
bird email suppressions remove <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 suppressions add | Create an email suppression |
| bird email suppressions get | Get an email suppression |
| bird email suppressions list | List email suppressions |