shell> curl -X DELETE --dump - http://localhost:8529/_api/gharial/social/vertex/otherVertices HTTP/1.1 202 Accepted content-type: application/json; charset=utf-8 etag: _UWx8VZ2--- { "error" : false, "graph" : { "name" : "social", "edgeDefinitions" : [ { "collection" : "relation", "from" : [ "female", "male" ], "to" : [ "female", "male" ] } ], "orphanCollections" : [ ], "isSmart" : false, "numberOfShards" : 0, "smartGraphAttribute" : "", "_id" : "_graphs/social", "_rev" : "_UWx8VZ2---" }, "code" : 202 }