Zum Inhalt springen
DeutschlandGPT

Delete custom avatar

Deletes a workspace-owned custom avatar (removes it from HeyGen and the registry).

DELETEhttps://api.deutschlandgpt.de/v2/videos/avatars/{id}

Example request

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

Parameters

idstring<uuid>required

Response

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

Deleted.

idstring<uuid>
objectstring
deletedboolean

Response codes

200

Deleted.

object
401

Unauthorized

404

Avatar not found in this workspace

Was this page helpful?