---
title: "Delete a file"
method: DELETE
path: "/projects/{id}/files/{path}"
---

# Delete a file

`DELETE /projects/{id}/files/{path}`

## Path parameters

- `id` string, required
- `path` string, required

## Response `204`

File deleted successfully

## Other responses

- `400` — Invalid request
- `404` — Project not found
- `500` — Internal server error

---

[API](https://skmtc.dev/hide-org/apis/hide-api.md) · [All operations](https://skmtc.dev/hide-org/apis/hide-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hide-org/hide-api/revisions/615b2b2a65a4/schema)
