# DELETE /exports/templates/:template_id/views/:id

**Resource:** [Export Templates](./export-templates.md)  
**Scopes:** `exports:delete`  
**Write operation:** yes

Delete a saved view.

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `template_id` | path | uuid | yes | Template ID. |
| `id` | path | uuid | yes | View ID. |

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