bird voice trunks delete
Usage
Code example
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
Code example
bird voice trunks delete <id> --yesOptions
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 | Create a SIP trunk |
| bird voice trunks get | Get a SIP trunk |
| bird voice trunks list | List SIP trunks |
| bird voice trunks update | Update a SIP trunk |