We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
http://localhost:27080/dbname/cname/_remove
Removes documents from a collection.
POST
criteria=criteria_for_removal
safe=bool
{"ok" : 1}
Remove all documents where the “x” field is 2.
$ curl --data 'criteria={"x":2}' 'http://localhost:27080/foo/bar/_remove'