allmodels.ioDocs
API ReferenceElevenLabs SDK

Delete Speech Engine

Deletes a Speech Engine so it can no longer issue new signed URLs.

DELETE/el/v1/speech-engine/{speech_engine_id}

Deletes a Speech Engine so it can no longer issue new signed URLs.

Authorization

xi-api-key<token>

Tenant key (ElevenLabs SDK convention).

In: header

Path Parameters

speech_engine_id*string

Response Body

application/json

application/json

application/json

Client
Language
const response = await fetch("https://api.allmodels.io/el/v1/speech-engine/$SPEECH_ENGINE_ID", {  method: "DELETE",  headers: { Authorization: `Bearer ${process.env.ALLMODELS_API_KEY}` }});if (!response.ok) throw new Error(`AllModels request failed: ${response.status}`);
Empty

{  "error": "missing_api_key"}

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