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

# Delete a video

`DELETE /v2/videos/{video_id}`

Use this endpoint to delete videos.

## Path parameters

- `video_id` string, required

## Response `204`

The video was deleted successfully.

## Other responses

- `400` — Bad Request.
- `403` — Forbidden - Wrong API key.
- `404` — Video ID was not found.
- `default` — Unexpected Server error.

---

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