Skip to main content
DELETE
/
v3
/
avatars
/
looks
/
{look_id}
Delete Avatar Look
curl --request DELETE \
  --url https://api.heygen.com/v3/avatars/looks/{look_id} \
  --header 'x-api-key: <api-key>'
{
  "data": {
    "id": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://heygen-1fa696a7.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
required

HeyGen API key. Obtain from your HeyGen dashboard.

Path Parameters

look_id
string
required

Unique avatar look identifier. This is the value to pass as avatar_id to POST /v3/videos.

Response

Successful response

data
AvatarLookDeleteResponse · object

Response for DELETE /v3/avatars/looks/{look_id}.