---
title: "Bulk Delete Stored Files"
method: POST
path: "/v1/files/bulk-delete"
tags: ["API", "File Management"]
---

# Bulk Delete Stored Files

`POST /v1/files/bulk-delete`

Delete multiple stored files in a single request

## Request body

- BulkDeleteFilesRequest
  - `file_ids` string[], required — List of file UUIDs to delete

## Response `200`

Successful Response

- BulkDeleteFilesResponse
  - `deleted_file_ids` string[], required — List of file UUIDs that were successfully deleted

## Other responses

- `400` — Cannot delete output manifest files via this endpoint
- `401` — Invalid API key
- `404` — One or more files not found
- `422` — Validation Error

---

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