# `bird email suppressions remove`

## Usage

```bash
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

```bash
bird email suppressions remove <id> --yes
```

## Options

#### 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`](/docs/cli/reference/email-suppressions-list) | List suppressions |