# `bird whatsapp keyword-rules delete`

## Usage

```bash
bird whatsapp keyword-rules delete <id> [flags]
```

## Description

Delete one of your own keyword rules. The next rule in the ladder answers that scope instead, which is not always one of yours: Bird's rule for the sender's country outranks your worldwide rule. The keywords the deleted rule added go with it, so a word only it matched stops matching. List the rules to read the order. Bird's rules cannot be deleted.

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

## Examples

```bash
bird whatsapp keyword-rules 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 keyword-rules create`](/docs/cli/reference/whatsapp-keyword-rules-create) | Create a WhatsApp keyword rule |
| [`bird whatsapp keyword-rules get`](/docs/cli/reference/whatsapp-keyword-rules-get)       | Get a WhatsApp keyword rule    |
| [`bird whatsapp keyword-rules list`](/docs/cli/reference/whatsapp-keyword-rules-list)     | List WhatsApp keyword rules    |
| [`bird whatsapp keyword-rules update`](/docs/cli/reference/whatsapp-keyword-rules-update) | Update a WhatsApp keyword rule |

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