---
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

---

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