---
title: "Delete a Video by id"
method: DELETE
path: "/videos/{id}"
---

# Delete a Video by id

`DELETE /videos/{id}`

Delete a single Video identified by its id

## Path parameters

- `id` string, required — The id of the Video to delete

## Response `200`

Success message.

- Success
  - `message` string

## Other responses

- `404` — Video not found

---

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