I am using mongojs together with nodejs and express. From so many online documents I only found find() save() update() methods. Is there a delete api ? If so, how to use it?
I am trying to remove one record based on _id which is auto generated by mongdodb...
Any links and examples will be appreciated.