remove /admin/volume/delete on volume server

Chris Lu 2018-10-15 01:29:50 -07:00
parent f7da3f190a
commit 3f4632c3f8

@ -33,15 +33,6 @@ curl -X DELETE http://127.0.0.1:8080/3,01637037d6
curl http://127.0.0.1:8080/3,01637037d6?cm=false
```
### Delete а volume
This API should be protected just in case someone delete your volumes!
It deletes the volume physically.
```bash
curl "http://localhost:8080/admin/volume/delete?volume=volumeId"
```
### Unmount/mount а volume
This API should be protected!