# `bird whatsapp numbers delete`

## Usage

```bash
bird whatsapp numbers delete <number-id> [flags]
```

## Description

Disconnect a WhatsApp number from the workspace so it can no longer send.

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

## Examples

```bash
bird whatsapp numbers 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 whatsapp numbers create`](/docs/cli/reference/whatsapp-numbers-create)     | Create a WhatsApp number connection |
| [`bird whatsapp numbers get`](/docs/cli/reference/whatsapp-numbers-get)           | Get a WhatsApp number               |
| [`bird whatsapp numbers list`](/docs/cli/reference/whatsapp-numbers-list)         | List WhatsApp numbers               |
| [`bird whatsapp numbers precheck`](/docs/cli/reference/whatsapp-numbers-precheck) | Check a number against WhatsApp     |
| [`bird whatsapp numbers update`](/docs/cli/reference/whatsapp-numbers-update)     | Update a WhatsApp number name       |