---
title: "Delete Voice Clone"
method: DELETE
path: "/v1/tts/voice-assets/{id}"
tags: ["Voice AI Beta"]
---

# Delete Voice Clone

`DELETE /v1/tts/voice-assets/{id}`

Delete a voice asset. Fails with `409` while an unfinished task is still using it.
> **Rate limit:** 60 requests/minute, and at most **20 deletes per 24 hours**

## Path parameters

- `id` string, required

## Response `200`

Deleted

## Other responses

- `404` — Not found
- `409` — Asset is in use by an active task
- `429` — Rate limit exceeded

---

[API](https://skmtc.dev/genaipro/apis/genaipro-api.md) · [All operations](https://skmtc.dev/genaipro/apis/genaipro-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/genaipro/genaipro-api/revisions/91f814eaecbd/schema)
