DELETE
/
filesystem
/
{path}
{
  "message": "File created successfully",
  "path": "/path/to/file"
}

Path Parameters

path
string
required

File or directory path

Query Parameters

recursive
boolean

Delete directory recursively

Response

200
application/json
Success message

The response is of type object.