cURL
curl --request DELETE \ --url https://api.heygen.com/v3/videos/{video_id} \ --header 'x-api-key: <api-key>'
{ "data": { "id": "<string>", "deleted": true } }
Permanently deletes a video and its associated files. This action cannot be undone.
HeyGen API key. Obtain from your HeyGen dashboard.
Unique video identifier
Successful response
Show child attributes