# DELETE /agent-ops/registry/:id

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

Delete an agent registry entry. Requires agent-ops:delete scope.

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `id` | path | string | yes | Agent registry UUID |

## Response example

```json
(204 No Content)
```

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