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

# Delete File

`DELETE /me/files/{file_id}`

Soft-delete a file and best-effort delete the backing object.

## Path parameters

- `file_id` string, uuid, required

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

---

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