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

# Delete File

`DELETE /v1/files/{file_id}`

Delete a file.

## Path parameters

- `file_id` string, uuid, required

## Response `200`

OK

- DeleteFileResponse
  - `id` string, uuid, required — The ID of the deleted file.
  - `object` string, required — The object type that was deleted
  - `deleted` boolean, required — The deletion status.

---

[API](https://skmtc.net/mistral/apis/mistral-ai-api.md) · [All operations](https://skmtc.net/mistral/apis/mistral-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mistral/mistral-ai-api/versions/933c4ebdcd72/schema)
