diff --git a/Volume-Server-API.md b/Volume-Server-API.md index dfd624c..52f079d 100644 --- a/Volume-Server-API.md +++ b/Volume-Server-API.md @@ -68,14 +68,6 @@ The counterpart is to mount a volume. This adds a volume file to a volume server curl "http://localhost:8080/admin/volume/mount?volume=volumeId" ``` -### Delete а specific collection on a specific volume server - -This API should be protected just in case someone delete your volumes! - -```bash -curl "http://localhost:8080/admin/delete_collection?collection=some_collection_name." -``` - ### Check Volume Server Status ```bash