Delete a VideoAsk AIdelete https://api.heygen.com/v1/video.deleteDeletes a video by its ID. Supports both generated videos and translated videos.Query Paramsvideo_idstringrequiredUnique identifier of the video to be deleted. Depending on your video type, this can be retrieved from either the Create Avatar Video (V2) or the Translate Video endpoint.typestringCategory of the video (e.g., generated or translated). Use heygen_video when deleting generated videos, and video_translate when deleting translated videos.Responses 200Video deleted successfully - Expand to view the detailed response schema. 404Video Not FoundUpdated about 2 months ago