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

30 lines
581 B
Plaintext

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