allmodels.ioDocs
API ReferenceElevenLabs SDK

Delete a cloned voice (SDK delete)

DELETE/el/v1/voices/{voice_id}

Deletes one of your cloned voices with ElevenLabs voices.delete() and removes it from the provider. Only voices your organization cloned can be deleted; the shared public catalogue is not addressable here. Requests already using the voice ID may keep working for up to about a minute while caches expire.

Authorization

xi-api-key<token>

Tenant key (ElevenLabs SDK convention).

In: header

Path Parameters

voice_id*string

The AM:@<name> voice ID returned by POST /el/v1/voices/add.

Length1 <= length <= 120

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

fetch("https://example.com/el/v1/voices/AM:@narrator", {  method: "DELETE"})
{  "status": "ok"}

{  "error": "missing_api_key"}

{  "detail": {    "message": "string",    "status": "string",    "property1": null,    "property2": null  }}
{  "detail": {    "message": "string",    "status": "string",    "property1": null,    "property2": null  }}
{  "detail": {    "message": "string",    "status": "string",    "property1": null,    "property2": null  }}
{  "detail": {    "message": "string",    "status": "string",    "property1": null,    "property2": null  }}
{  "detail": {    "message": "string",    "status": "string",    "property1": null,    "property2": null  }}
{  "detail": {    "message": "string",    "status": "string",    "property1": null,    "property2": null  }}