# DELETE /voice-agents/:agent_id

**Resource:** [Agents](./voice-agents.md)  
**MCP tool:** `delete_voice_agent`  
**Scopes:** `voice-agents:delete`  
**Write operation:** yes

Delete a voice agent.

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `agent_id` | path | string | yes |  |

## Request example

```bash
curl -X DELETE   "https://api.trustpager.com/functions/v1/api/v1/voice-agents/:agent_id"   -H "Authorization: Bearer YOUR_API_KEY"
```

---
Base URL: `https://api.trustpager.com/functions/v1/api/v1` — Auth: `Authorization: Bearer YOUR_API_KEY`