# DELETE /voice-agent-kbs/:kb_id

**Resource:** [Agent Knowledge Bases](./voice-agent-kbs.md)  
**MCP tool:** `delete_voice_agent_kb`  
**Scopes:** `voice-kbs:delete`  
**Write operation:** yes

Delete a voice-agent KB (Retell + local).

## Parameters

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

## Request example

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

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