Projects
Delete a project file
Remove one file from a project.
DELETE
https://cloud.generalinput.com/v1/projects/:id/filesAuthenticationRequires
projects:manage on a personal API key. A CLI session always passes.Query parameters
| Name | Type | Required | Notes |
|---|---|---|---|
path | string | yes | The file's relative path. |
Response
The remaining file list.
Errors
| Status | When |
|---|---|
404 | No file at that path. |