Delete cloned voice
Custom voices
Delete custom voice
Permanently delete a custom (cloned) voice from your account.
DELETE
Delete cloned voice
Permanently removes a custom voice. This is irreversible.Documentation Index
Fetch the complete documentation index at: https://docs.supertoneapi.com/llms.txt
Use this file to discover all available pages before exploring further.
Existing audio clips you’ve already generated with the voice are not affected. Only the voice itself is removed — future TTS calls referencing the deleted
voice_id will return 404 Not Found.Endpoint
Path parameters
| Name | Required | Description |
|---|---|---|
voice_id | ✅ | The ID of the custom voice to delete. |
Response
Returns200 OK on success with an empty body.
Errors
| Status | Cause |
|---|---|
404 Not Found | The voice doesn’t exist on your account. |
403 Forbidden | The voice belongs to a different account. |
See also
Docs: Custom voices
Full custom-voice lifecycle.
List custom voices
Browse your custom voices before deleting.