DELETE
/
v2
/
videos
/
{video_id}
Delete Video
curl --request DELETE \
  --url https://tavusapi.com/v2/videos/{video_id} \
  --header 'x-api-key: <api-key>'
This response has no body data.

Authorizations

x-api-key
string
header
required

Path Parameters

video_id
string
required

The unique identifier of the video generation.

Example:

"8a4f94e736"

Query Parameters

hard
boolean

If set to true, the video and associated assets (such as thumbnail images) will be hard deleted. CAUTION: This action is irrevocable.

Example:

false