Anywhere
collection.remove(selector, [callback])
Remove documents from the collection
Arguments
- selector Mongo Selector, Object ID, or String
-
Specifies which documents to remove
- callback Function
-
Optional. If present, called with an error object as its argument.
Please login to continue.