# `bird amb suppressions delete`

## Usage

```bash
bird amb suppressions delete <suppression-id> [flags]
```

## Description

Ends the suppression episode, so the handle can be messaged again. The episode itself is kept and stays readable by ID, recording when and how it ended. This does not delete history: dropping an episode from the list does not erase the record of when the handle was suppressed. An episode opened by a close also ends automatically when the same customer starts that conversation again, without any call to this endpoint; this endpoint can end an episode of any origin directly, at any time.

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

## Examples

```bash
bird amb suppressions delete <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 amb suppressions create`](/docs/cli/reference/amb-suppressions-create) | Create an Apple Messages for Business suppression |
| [`bird amb suppressions get`](/docs/cli/reference/amb-suppressions-get)       | Get an Apple Messages for Business suppression    |
| [`bird amb suppressions list`](/docs/cli/reference/amb-suppressions-list)     | List Apple Messages for Business 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)
