# DELETE /training-cards/:id

**Resource:** [Learning Hub](./training.md)  
**Scopes:** `resources:delete`  
**Write operation:** yes

Remove a card from its canvas. Does not delete the underlying entity (the notepad, document, image, or file still exists).

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `id` | path | uuid | yes | Card UUID |

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