Skip to main content
DELETE
/
v3
/
videos
/
{video_id}
Delete a video
curl --request DELETE \
  --url https://api.heygen.com/v3/videos/{video_id} \
  --header 'x-api-key: <api-key>'
{}

Authorizations

x-api-key
string
header
required

HeyGen API key. Obtain from your HeyGen dashboard.

Path Parameters

video_id
string
required

Unique video identifier

Response

Successful response

data
DeleteVideoResponse · object