Public API v1

Delete one of your cloned voices

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.

delete/api/v1/voices/{voiceId}

Path parameters

voiceIdstring required

Response

The voice was deleted.

successboolean required

Example response

{
  "success": true
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.