I want to delete the latest document from my MongoDB in a single query.
I have tried some commands but they doesn\'t seem to work.
very simple :
Model.findOneAndDelete({},{"sort": { "_id": -1 }})