---
title: "Delete a custom voice"
method: DELETE
path: "/v1/audio/voices/{voice_id}"
tags: ["audio.voices"]
---

# Delete a custom voice

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

Delete a custom voice

## Path parameters

- `voice_id` string, uuid, required

## Response `200`

Successful Response

- VoiceResponse — Schema for voice response
  - `name` string, required
  - `slug` string, nullable
  - `languages` string[]
  - `gender` string, nullable
  - `age` integer, nullable
  - `tags` string[], nullable
  - `color` string, nullable
  - `description` string, nullable
  - `retention_notice` integer
  - `id` string, uuid, required
  - `created_at` string, date-time, required
  - `user_id` string, nullable, required
  - `trimmed_seconds` number, nullable
  - `type` 'preset' | 'custom', required

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-23** `fa73befe1c61` — 1 info
  - added the required property `type` to the response with the `200` status

[Change history](https://skmtc.dev/mistral/apis/mistral-ai-api/changes/v1/audio/voices/:voice_id/delete.md)

---

[API](https://skmtc.dev/mistral/apis/mistral-ai-api.md) · [All operations](https://skmtc.dev/mistral/apis/mistral-ai-api/llms.txt) · [OpenAPI document](https://skmtc.dev/mistral/apis/mistral-ai-api/revisions/fa73befe1c61?raw)
