v1

latestOpenAPI 3.0.32026-07-22194221292.5 KB
filesystem

Delete file or directory

Delete a file or directory

delete/filesystem/{path}

Path parameters

pathstring required

File or directory path

Query parameters

recursiveboolean

Delete directory recursively

Response

Success message

messagestring required
pathstring

Example response

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