Zum Inhalt springen
DeutschlandGPT

Delete cloned voice

Deletes a workspace-owned cloned voice (removes it from ElevenLabs and the registry).

DELETEhttps://api.deutschlandgpt.de/v2/audio/voices/{id}

Example request

curl https://api.deutschlandgpt.de/v2/audio/voices/{id} \
  -X DELETE \
  -H "Authorization: Bearer $DGPT_API_KEY"

Parameters

idstring<uuid>required

Response

200application/json
{
  "id": "00000000-0000-0000-0000-000000000000",
  "object": "voice",
  "deleted": true
}

Deleted.

idstring<uuid>
objectstring
deletedboolean

Response codes

200

Deleted.

object
401

Unauthorized

404

Voice not found in this workspace

Was this page helpful?