# `bird voice trunks delete`

## Usage

```bash
bird voice trunks delete <trunk-id> [flags]
```

## Description

Permanently delete a SIP trunk by ID. In-flight calls are not affected; new calls cannot be placed on the trunk after deletion. The trunk's domain becomes available for reuse.

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

## Examples

```bash
bird voice trunks 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 voice trunks create`](/docs/cli/reference/voice-trunks-create) | Create a SIP trunk |
| [`bird voice trunks get`](/docs/cli/reference/voice-trunks-get)       | Get a SIP trunk    |
| [`bird voice trunks list`](/docs/cli/reference/voice-trunks-list)     | List SIP trunks    |
| [`bird voice trunks update`](/docs/cli/reference/voice-trunks-update) | Update a SIP trunk |