collection.remove
Remove documents. Set the multi
option to false remove only the first document that match the query criteria.
Arguments
query
(Object|ObjectId|String)[
options
] (Object)[
callback
] (function)
Returns
A promise.
Example
users.remove({ woot: 'foo' })