Introduction
1.
insert
2.
find
3.
findOne
4.
update
5.
remove
6.
changed
Published with GitBook
A
A
Serif
Sans
White
Sepia
Night
Share on Twitter
Share on Google
Share on Facebook
Share on Weibo
Share on Instapaper
mase
remove
function
remove
(any id)
Remove only one document at a time.
arguments
id
type any, id of the document to delete
returns
true
if there was a document removed
false
if there was no document removed