Delete a folder

delete/project/{projectName}/folders

Deletes a subfolder from a specified folder that is in a project package.

Request Samples

1

Response Samples

1Not Available

Path Parameters

NameTypeRequiredDescription
projectName
string
true

The project name.

Query Parameters

NameTypeRequiredDescription
path
string
true

The path to the folder. Example: /test_files/sub_folder/.

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