---
title: "Delete Video"
method: DELETE
path: "/v2/videos/{video_id}"
tags: ["Videos"]
---

# Delete Video

`DELETE /v2/videos/{video_id}`

This endpoint deletes a single video by its unique identifier.

## Path parameters

- `video_id` string, required

## Query parameters

- `hard` boolean

## Response `200`

## Other responses

- `400` — Bad Request
- `401` — UNAUTHORIZED

---

[API](https://skmtc.dev/tavus/apis/tavus-developer-api-collection.md) · [All operations](https://skmtc.dev/tavus/apis/tavus-developer-api-collection/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tavus/tavus-developer-api-collection/revisions/c878e2f6508d/schema)
