Custom Voices

Delete Custom Voice

SDK

Use the SDK for safer, faster integration than manual HTTP calls.

SDK guide

Soft-deletes one custom voice owned by the authenticated account, freeing its slot. If a professional clone is still training, the training run is canceled after the voice is deleted.

DELETE/v1/custom-voices/{voice_id}

Authorizations

X-API-KEYstringheaderrequired

API key for authentication. You can obtain an API key from the Typecast API Console.

Path parameters

voice_idstringrequired

Unique custom voice identifier.

Response

204Custom voice deleted successfully
⌘I