---
title: "Delete cloned voice"
method: DELETE
path: "/v1/custom-voices/{voice_id}"
tags: ["custom_voices"]
---

# Delete cloned voice

`DELETE /v1/custom-voices/{voice_id}`

Deletes a custom (cloned) voice by ID.

## Path parameters

- `voice_id` string, required

## Response `204`

Voice deleted successfully

## Other responses

- `401` — Unauthorized: Invalid API key
- `404` — Not Found: Voice does not exist
- `500` — Internal Server Error: Failed to delete cloned voice

---

[API](https://skmtc.net/supertoneapi/apis/supertone-public-api.md) · [All operations](https://skmtc.net/supertoneapi/apis/supertone-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/supertoneapi/supertone-public-api/revisions/1ac6d0957e70/schema)
