# DELETE /knowledge/:id

**Resource:** [AI Knowledge](./knowledge.md)  
**Scopes:** `knowledge:write`  
**Write operation:** yes

Delete a knowledge base entry permanently. The id must be a complete UUID - truncated values return VALIDATION_ERROR.

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `id` | path | uuid | yes | Knowledge entry full UUID - do not abbreviate or truncate |

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