# `bird email domains delete`

## Usage

```bash
bird email domains delete <domain-id> [flags]
```

## Description

Delete a sending domain by id. Revokes its sender authorization: new sends from the domain are rejected afterward, while historical statistics and events for past sends are preserved. Destructive.

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

## Examples

```bash
bird email domains 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 domains create`](/docs/cli/reference/email-domains-create) | Register a sending domain and return the DNS records to configure. |
| [`bird email domains get`](/docs/cli/reference/email-domains-get)       | Get a sending domain                                               |
| [`bird email domains list`](/docs/cli/reference/email-domains-list)     | List sending domains                                               |
| [`bird email domains update`](/docs/cli/reference/email-domains-update) | Update a sending domain's tracking settings and tracking domain.   |
| [`bird email domains verify`](/docs/cli/reference/email-domains-verify) | Trigger domain verification                                        |