Hi,

I'm looking for an API to perform a bulk delete in ArangoDB. How could i do 
it?

I have gone through the below link... but i felt it is too tedious.
https://docs.arangodb.com/HttpBatchRequest/index.html

Actually i'm looking for some thing simpler way like bulk import syntax 
(pasted below for your reference)

curl --data-binary @- -X POST --dump - 
"http://localhost:8529/_api/import?collection=test&createCollection=true";
[ "firstName", "lastName", "age", "gender" ]
[ "Joe", "Public", 42, "male" ]
[ "Jane", "Doe", 31, "female" ]

Please help me in this regard.

Thanks in advance

- Mahi 

-- 
You received this message because you are subscribed to the Google Groups 
"ArangoDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to