# DELETE /voices/:id

**Resource:** [Voices](./voices.md)  
**Scopes:** `voices:delete`  
**Write operation:** yes

Remove a saved voice from the workspace. Only workspace voices can be deleted. Platform voices are read-only.

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `id` | path | uuid | yes | Voice UUID to delete |

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