# Delete a trunk

Source: https://docs.usetone.ai/reference/sip-trunks/remove

> Refused with `409 sip_trunk_has_numbers` while imported numbers still ride it — release them first.

`DELETE /v1/sip-trunks/{id}`
Refused with `409 sip_trunk_has_numbers` while imported numbers still ride it — release them first. Live calls on the trunk are hung up.

Requires the `admin` scope.

## Parameters

| Name | In | | Meaning |
|---|---|---|---|
| `id` | path | required | The SIP trunk's id. |

## Response



### Example response

```json
{
  "data": null
}
```
