---
title: "Delete one of your cloned voices"
method: DELETE
path: "/api/v1/voices/{voiceId}"
tags: ["Public API v1"]
---

# Delete one of your cloned voices

`DELETE /api/v1/voices/{voiceId}`

Deletes a cloned voice you created (frees a slot against your plan’s cloned-voice limit). Only `clone_…` ids you own can be deleted; catalog voices cannot.

## Path parameters

- `voiceId` string, required

## Response `200`

The voice was deleted.

- PublicDeletedVoiceResponseDto
  - `success` boolean, required

## Other responses

- `401` — API key missing, malformed, or revoked.
- `404` — No cloned voice with that id belongs to you.
- `429` — Rate limit or token quota exceeded. When the limit came from the application the response carries `Retry-After` (seconds) and the `X-RateLimit-*` headers and is counted against your API key; a 429 with none of those headers came from the edge proxy and is counted against your source address, shared with every other key calling from it. Back off on either.

---

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