# Delete a project file

> Remove one file from a project.

Source: https://docs.generalinput.com/api/projects/delete-file



<Endpoint method="DELETE" path="/v1/projects/:id/files" />

<Access scope="projects:manage" />

## Query parameters [#query-parameters]

| Name   | Type   | Required | Notes                     |
| ------ | ------ | -------- | ------------------------- |
| `path` | string | yes      | The file's relative path. |

## Response [#response]

The remaining file list.

## Errors [#errors]

| Status | When                  |
| ------ | --------------------- |
| `404`  | No file at that path. |
