mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2026-09-20 13:30:46 +02:00
Updated Filer Server API (markdown)
@@ -137,6 +137,7 @@ curl -H "Accept: application/json" "http://localhost:8888/javascript/?pretty=y&l
|
||||
```bash
|
||||
// recursively delete all files and folders under a path
|
||||
> curl -X DELETE http://localhost:8888/path/to/dir?recursive=true
|
||||
|
||||
// recursively delete everything, ignoring any recursive error
|
||||
> curl -X DELETE http://localhost:8888/path/to/dir?recursive=true&ignoreRecursiveError=true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user