# Delete Voice
Purpose: API operation reference for `DELETE /v1/audio/voices/{voice_id}`.
Last updated: 2026-09-15

## Endpoint

```txt
DELETE /v1/audio/voices/{voice_id}
```

## Description

Retire one of the org's voices and destroy its stored reference clip.

## Parameters

| Name | In | Required | Type | Description |
| --- | --- | --- | --- | --- |
| `voice_id` | path | Yes | `string` |  |

## Success response

Status: `200`
Content type: `application/json`

| Field | Required | Type | Description |
| --- | --- | --- | --- |
| `object` | No | `"audio.voice.deleted"` | resource type discriminator; always 'audio.voice.deleted' |
| `id` | Yes | `string` | the deleted voice id |
| `deleted` | No | `true` | always True |

## Error responses

| Status | Description |
| --- | --- |
| `400` | The request was malformed, or a field value was invalid. |
| `401` | Missing, invalid, or expired credentials. |
| `403` | Authenticated, but not a member of the requested organization. |
| `404` | The requested model does not exist or is not available. |
| `429` | Rate limit exceeded. |
| `503` | Authentication, rate limiting, or a backing service is temporarily unavailable. |

## Related links

- [Markdown reference](https://sprag.ai/docs/api/audio/voices/voice-id.md)
- [OpenAPI spec](https://sprag.ai/openapi.json)
- [Authentication](https://sprag.ai/docs/authentication.md)
- [Errors](https://sprag.ai/docs/errors.md)
