---
title: "Delete Command Files"
method: DELETE
path: "/v1/commands/{command_id}/files"
tags: ["API", "File Management"]
---

# Delete Command Files

`DELETE /v1/commands/{command_id}/files`

Delete all stored output files associated with a command

## Path parameters

- `command_id` string, required

## Response `204`

Successful Response

## Other responses

- `401` — Invalid API key
- `404` — Command 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)
