v4
latestOpenAPI 3.1.02026-08-086635375.7 KBVoices
delete voice
Delete a voice by ID. The voice is soft-deleted locally and then removed at the TTS provider. When active personas (or their working drafts) still use the voice, the request is refused with 409 because deleting the voice would silence those personas' sessions. Move the impacted personas to another voice (PUT /v1/personas/{id}), then retry.
delete/v1/voices/{id}
Path parameters
idstring uuid required
Voice ID
Response
Successfully deleted voice
Example response
{
"message": "Voice deleted successfully"
}