Delete a file

delete/project/{projectName}/files

Deletes a file with the specified relative path.

Request Samples

Response Samples

1Not Available

Path Parameters

NameTypeRequiredDescription
projectName
string
true

The project name.

Query Parameters

NameTypeRequiredDescription
path
string
true

The path to the file. Example: /test_files/my.csv.

Responses

StatusMeaningDescription
204No Content

The request succeeded.

Headers
400Bad Request

The request was invalid. Additional information is available in the application logs if the environment variable LOGGING_LEVEL_ORG_SPRINGFRAMEWORK is set to DEBUG.

Schema
403Forbidden

The user did not have the necessary permissions.

Schema
404Not Found

No resource exists at the requested path.

Schema