---
title: "Delete file"
method: DELETE
path: "/v1/files/{file_id}"
tags: ["File API"]
---

# Delete file

`DELETE /v1/files/{file_id}`

Permanently delete a file from the system. This action cannot be undone.

## Path parameters

- `file_id` string, required

## Response `200`

- DeleteFileResponse
  - `id` string, required — A unique identifier of the deleted file.
  - `deleted` boolean, required — Indicates whether the file was successfully deleted.

---

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