---
title: "Delete Video Files"
method: DELETE
path: "/video/{requestId}/media"
tags: ["Delete Files"]
---

# Delete Video Files

`DELETE /video/{requestId}/media`

This endpoint will delete your source and enhanced video files associated with the request from Topaz Labs storage, if any exists.

Note: All videos are automatically deleted after 7 days unless you request a shorter TTL.

## Path parameters

- `requestId` string, uuid, required

## Response `204`

Successful response, already canceled or in progress

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Enhancement request with the provided ID not found
- `500` — Internal server error

---

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