Skip to main content
DELETE
/
v3
/
video-translations
/
{video_translation_id}
Delete Video Translation
curl --request DELETE \
  --url https://api.heygen.com/v3/video-translations/{video_translation_id} \
  --header 'x-api-key: <api-key>'
{
  "data": {
    "id": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://developers.heygen.com/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

video_translation_id
string
required

Unique video translation identifier

Response

Successful response

data
VideoTranslationDeleteResponse · object

Response for DELETE /v3/video-translations/{id}.