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