# `bird email competitive watchlist brands delete`

## Usage

```bash
bird email competitive watchlist brands delete <watchlist-brand-id> [flags]
```

## Description

Remove the workspace watchlist entry using its cwb\_ ID. This frees one place
in the organization-wide allowance. Adding the brand again creates a new
entry; removal does not delete campaign data from eDataSource.

API-key calls require Insights preview access for your organization.

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

## Examples

```bash
bird email competitive watchlist brands 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 email competitive watchlist brands create`](/docs/cli/reference/email-competitive-watchlist-brands-create)       | Add a competitor brand to the watchlist |
| [`bird email competitive watchlist brands get`](/docs/cli/reference/email-competitive-watchlist-brands-get)             | Get a watched brand's figures           |
| [`bird email competitive watchlist brands send-time`](/docs/cli/reference/email-competitive-watchlist-brands-send-time) | Get when a watched brand sends          |

## 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)
