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: 225230
{
"error" : false,
"graph" : {
"name" : "social",
"edgeDefinitions" : [ ],
"orphanCollections" : [
"female",
"male"
],
"_id" : "_graphs/social",
"_rev" : "225230"
},
"code" : 202
}