---
title: "Delete a video generation"
method: DELETE
path: "/openai/v1/videos/{video_id}"
tags: ["OpenAI Integration"]
---

# Delete a video generation

`DELETE /openai/v1/videos/{video_id}`

Deletes a previously generated video.

## Path parameters

- `video_id` string, required

## Response `200`

Successful response

- object

## Other responses

- `400` — Bad request
- `404` — Video not found
- `500` — Internal server error

---

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