---
title: "Delete File"
method: DELETE
path: "/storage-providers/space/{space_id}/files/{provider_path}"
tags: ["storage-providers"]
---

# Delete File

`DELETE /storage-providers/space/{space_id}/files/{provider_path}`

Delete a file using the space's connected storage provider.

## Path parameters

- `space_id` string, uuid, required
- `provider_path` string, required

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/meganova/apis/fastapi.md) · [All operations](https://skmtc.net/meganova/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/meganova/fastapi/revisions/2b2bab8b9017/schema)
