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

# Delete a global file

`DELETE /v1/files/{path}`

Delete a file from global storage

## Path parameters

- `path` string, required

## Response `204`

File successfully deleted

## Other responses

- `401` — An error response from the API
- `404` — An error response from the API
- `500` — An error response from the API

---

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