1
0
Fork 0
arangodb/Documentation/Examples/HttpGharialEdgeDefinitionRe...

21 lines
412 B
Plaintext

shell> curl -X DELETE --data-binary @- --dump - http://localhost:8529/_api/gharial/social/edge/relation
HTTP/1.1 200 OK
content-type: application/json
etag: 1516885981
{
"error" : false,
"code" : 200,
"graph" : {
"name" : "social",
"edgeDefinitions" : [ ],
"orphanCollections" : [
"female",
"male"
],
"_id" : "_graphs/social",
"_rev" : "1516885981"
}
}