From 00f8d6234807036404116016df0a52021ac04516 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Mon, 15 Oct 2018 00:10:57 -0700 Subject: [PATCH] =?UTF-8?q?remove=20http=20API=20Delete=20=D0=B0=20specifi?= =?UTF-8?q?c=20collection=20on=20a=20specific=20volume=20server?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Volume-Server-API.md | 8 -------- 1 file changed, 8 deletions(-) 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