Mongodb Command Remove By Id

[Solved] Mongodb Command Remove By Id | Basic - Code Explorer | yomemimo.com
Question : mongodb command remove by _id

Answered by : navid-dezashibi

db.test_users.deleteOne( {"_id": ObjectId("4d512b45cc9374271b02ec4f")});

Source : | Last Update : Mon, 23 Aug 21

Answers related to mongodb command remove by id

Code Explorer Popular Question For Basic