---
title: "Delete a cloned voice"
method: DELETE
path: "/v2/voices/{id}"
tags: ["Voices"]
---

# Delete a cloned voice

`DELETE /v2/voices/{id}`

Deletes a voice previously cloned by your organization, freeing a clone slot. Premade voices cannot be deleted.

## Path parameters

- `id` string, required

## Response `200`

Voice deleted successfully

- boolean

## Other responses

- `404` — Voice not found

---

[API](https://skmtc.net/sync/apis/sync-api-v2.md) · [All operations](https://skmtc.net/sync/apis/sync-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sync/sync-api-v2/versions/9b2af21c2e0e/schema)
