---
title: "Delete File"
method: DELETE
path: "/v1/files/{file_id}"
---

# Delete File

`DELETE /v1/files/{file_id}`

## Path parameters

- `file_id` string, uuid, required

## Response `200`

Successful Response

- ResponseStatus
  - `status` boolean

## Other responses

- `422` — Validation Error

## Changes

- **2026-01-21** `9caec45089fb` — 1 breaking, 1 info
  - the response's body type/format changed from ``/`` to `object`/`` for status `200`
  - added the optional property `status` to the response with the `200` status
- **2025-10-07** `62c455aac36a` — 1 breaking, 1 warning, 2 info
  - the response's body type/format changed from `object`/`` to ``/`` for status `200`
  - removed the optional property `status` from the response with the `200` status
  - the endpoint scheme security `OAuth2PasswordBearer` was added to the API
  - the endpoint scheme security `ApiKeyAuth` was removed from the API
- **2025-10-06** `8814c306e6ef` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/spi-tch/apis/spitch-api/changes/v1/files/:file_id/delete.md)

---

[API](https://skmtc.dev/spi-tch/apis/spitch-api.md) · [All operations](https://skmtc.dev/spi-tch/apis/spitch-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/spi-tch/spitch-api/revisions/345ddd9a88d1/schema)
