---
title: "Delete Video"
method: DELETE
path: "/v1/videos/{video_id}"
tags: ["Video Emotion API"]
---

# Delete Video

`DELETE /v1/videos/{video_id}`

Permanently deletes a video file and all associated emotional insights. This action is irreversible.

## Path parameters

- `video_id` string, required — The unique ID of the video to be deleted.

## Response `200`

Successful Response

- VideoDeleteResponse — Response after deleting a video entry. Inherits: ResponseStatus: Generic response with status and message.
  - `id` string, required
  - `status` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/imentiv/apis/welcome-to-imentiv-ai.md) · [All operations](https://skmtc.net/imentiv/apis/welcome-to-imentiv-ai/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/imentiv/welcome-to-imentiv-ai/revisions/4a61d1ac9025/schema)
