Skip to main content
DELETE
/
v3
/
assets
/
{asset_id}
Delete Asset
curl --request DELETE \
  --url https://api.heygen.com/v3/assets/{asset_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

asset_id
string
required

Unique asset identifier

Response

Successful response

data
DeleteAssetV3Response · object

Response for DELETE /v3/assets/{asset_id}.