# DELETE /voice-agents/:agent_id/toolkit-access

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

Disable agent toolkit access: deactivate the agent dedicated toolkit key. In-call booking stops working until re-enabled.

## 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/toolkit-access"   -H "Authorization: Bearer YOUR_API_KEY"
```

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