# DELETE /agent-ops/registry/:registry_id

**Resource:** [Agent Ops](./agent-ops.md)  
**MCP tool:** `delete_agent_registry`  
**Scopes:** `agent-ops:delete`  
**Write operation:** yes

Delete an agent registry entry.

## Parameters

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

## Request example

```bash
curl -X DELETE   "https://api.trustpager.com/functions/v1/api/v1/agent-ops/registry/:registry_id"   -H "Authorization: Bearer YOUR_API_KEY"
```

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