# `bird whatsapp suppressions remove`

## Usage

```bash
bird whatsapp suppressions remove <suppression-id> [flags]
```

## Description

End one WhatsApp suppression by ID. The record is kept and stays readable. Only suppressions with reason `manual` can be ended; a recipient's own opt-out is refused.

This is destructive and cannot be undone; pass --yes to confirm.

## Examples

```bash
bird whatsapp 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 whatsapp suppressions add`](/docs/cli/reference/whatsapp-suppressions-add)   | Create a WhatsApp suppression |
| [`bird whatsapp suppressions get`](/docs/cli/reference/whatsapp-suppressions-get)   | Get a WhatsApp suppression    |
| [`bird whatsapp suppressions list`](/docs/cli/reference/whatsapp-suppressions-list) | List WhatsApp suppressions    |

## Related resources

- [Should I use a Bird SDK or call the API directly?](/explained/platform/should-i-use-an-sdk-or-call-the-api-directly) (answer)
- [Build your first integration](/learn/paths/integration) (course)
- [Send your first email](/docs/get-started/send-your-first-email) (docs)

[Get an implementation brief](/learn/workspace?topic=api-basics)
