---
title: "Remove a video by ID"
method: DELETE
path: "/v2/videos/{id}"
tags: ["video"]
---

# Remove a video by ID

`DELETE /v2/videos/{id}`

Deletes a video by its ID. This is used to remove videos that are no longer needed or were created in error.

## Path parameters

- `id` string, uuid, required

## Response `204`

Success

- object — Success
  - `id` string, uuid, required — Video ID

## Other responses

- `403` — Forbidden
- `500` — Server error

## Changes

- **2026-08-21** `39e94457ccb2` — 1 breaking, 4 info
  - for the `path` request parameter `id`, the type/format was changed from `string`/`` to `string`/`uuid`
  - added the optional property `action` to the response with the `403` status
  - added the optional property `action` to the response with the `500` status
  - added the optional property `details` to the response with the `403` status
  - …1 more
- **2026-08-11** `51232970f10e` — 1 info
  - added the non-success response with the status `403`

[Change history](https://skmtc.dev/blotato/apis/blotato-api/changes/v2/videos/:id/delete.md)

---

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