---
title: "Delete Voice"
method: DELETE
path: "/voices/{voice_id}"
tags: ["Synth Voices"]
---

# Delete Voice

`DELETE /voices/{voice_id}`

Delete a voice and its associated GCS assets.

Invalidates the ``user_voice`` and ``user_voice_preview`` Redis cache entries for
the affected voice after successful deletion.

Args:
    voice_id: UUID of the voice to delete.
    x_api_key: Bearer API key from the ``x-api-key`` header.
    token_service: Injected token validation service.
    _request: Raw FastAPI ``Request``.
    version: API version extracted from the ``version`` request header.

Returns:
    None: HTTP 204 No Content on success.

## Path parameters

- `voice_id` string, uuid, required

## Headers

- `version` 'v1'
- `X-Api-Key` string

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/async/apis/text-to-speech-api-service.md) · [All operations](https://skmtc.dev/async/apis/text-to-speech-api-service/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/async/text-to-speech-api-service/revisions/9bfc541b6e9a/schema)
