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