# `bird sms 10dlc brands delete`

## Usage

```bash
bird sms 10dlc brands delete <brand-id> [flags]
```

## Description

Delete a 10DLC brand from the workspace. Irreversible; register a replacement with `bird sms 10dlc brands create` if needed. Fails if a campaign still references the brand; delete those campaigns first with `bird sms 10dlc campaigns delete`.

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

## Examples

```bash
bird sms 10dlc 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 sms 10dlc brands create`](/docs/cli/reference/sms-10dlc-brands-create) | Create a 10DLC brand |
| [`bird sms 10dlc brands get`](/docs/cli/reference/sms-10dlc-brands-get)       | Get a 10DLC brand    |
| [`bird sms 10dlc brands list`](/docs/cli/reference/sms-10dlc-brands-list)     | List 10DLC brands    |