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

# Delete video

`DELETE /streaming/videos/{video_id}`

Operation to delete video entity.

  


When you delete a video, all transcoded qualities and all associated files such as subtitles and screenshots, as well as other data, are deleted from cloud storage.

The video is deleted permanently and irreversibly. Therefore, it is impossible to restore files after this.

  


For detailed information and information on calculating your maximum monthly storage usage, please refer to the Product Documentation.

## Path parameters

- `video_id` integer, required

## Response `204`

Video has been deleted successfully

---

[API](https://skmtc.dev/g-core/apis/gcore-openapi.md) · [All operations](https://skmtc.dev/g-core/apis/gcore-openapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/g-core/gcore-openapi/revisions/09e652815095/schema)
