# Delete an agent (its numbers unassign; its call log survives)

Source: https://docs.usetone.ai/reference/agents/remove

> Any number bound to this agent is unassigned rather than released, so you keep the number and can rebind it.

`DELETE /v1/agents/{id}`
Any number bound to this agent is unassigned rather than released, so you keep the number and can rebind it. Calls the agent already made are kept: deleting the agent must not erase the record of what it said.

Requires the `write` scope.

## Parameters

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

## Response



### Example response

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