---
title: "Delete a file"
method: DELETE
path: "/files/{id}"
tags: ["Files"]
---

# Delete a file

`DELETE /files/{id}`

Delete a previously uploaded data file.

## Path parameters

- `id` string, required — The ID of the file to delete

## Response `200`

File deleted successfully

- FileDeleteResponse
  - `id` string
  - `deleted` boolean

---

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