---
title: "Delete Cloned Voice"
method: DELETE
path: "/voices/{voice_id}"
---

# Delete Cloned Voice

`DELETE /voices/{voice_id}`

Handles the DELETE operation for removing a cloned voice.

This endpoint deletes a cloned voice from the system based on the provided `voice_id`.
The operation ensures that all associated data is removed.

Args:
    voice_id (str): The unique identifier of the voice to be deleted. This is passed as a query parameter.

Returns:
    dict: A JSON-compatible dictionary containing a success message and the `voice_id` of the deleted voice.

Raises:
    HTTPException: Raised if the provided `voice_id` is invalid or if the voice does not belong to the authenticated user.

## Path parameters

- `voice_id` string, required

## Query parameters

- `api_key` string, nullable
- `jwt_token` string, nullable

## Headers

- `X-API-KEY` string, nullable
- `authorization` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/neuphonic/apis/fastapi.md) · [All operations](https://skmtc.dev/neuphonic/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/neuphonic/fastapi/revisions/137e07c33577/schema)
