---
title: "Delete a video object"
method: DELETE
path: "/videos/{videoId}"
tags: ["Videos"]
---

# Delete a video object

`DELETE /videos/{videoId}`

Delete a video object by video ID. 

By default, deleted videos cannot be recovered. If you have the Video Restore feature enabled, this operation will discard the video instead of permanently deleting it. Make sure you subscribe to the Video Restore feature if you want to be able to restore deleted videos! 

The Video Restore feature retains videos for 90 days, after which the videos are permanently deleted.

## Path parameters

- `videoId` string, required

## Response `204`

No Content

## Other responses

- `404` — Not Found
- `429` — Too Many Requests

---

[API](https://skmtc.net/apivideo/apis/api-video.md) · [All operations](https://skmtc.net/apivideo/apis/api-video/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/apivideo/api-video/versions/45ec26f342b6/schema)
