I tried to delete records id's wise like in Riak.
Example: I try with command line to delete single record :
curl -v -X GET http://localhost:8098/buckets/**bucket_name**/keys/**key_value**
and now I want to delete multiple records.
But I need bulk deletion of records and I am not able to delete with some range.
Can anybody tell me how we delete data in bulk?