bird email suppressions remove
Usage
Przykład kodu
bird email suppressions remove <suppression-id> [flags]Description
Remove one suppression record by ID, re-enabling delivery to that address. Destructive: the suppression usually exists because the address bounced, complained, or unsubscribed; removing it without a reason damages sender reputation.
This is destructive and cannot be undone; pass --yes to confirm.
Examples
Przykład kodu
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 list | List suppressions |