Skip to content

Instantly share code, notes, and snippets.

@NielsMinssen
Created May 12, 2023 13:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NielsMinssen/5caad754082c73ae27c38f18166c6840 to your computer and use it in GitHub Desktop.
Save NielsMinssen/5caad754082c73ae27c38f18166c6840 to your computer and use it in GitHub Desktop.
const collection = db.collection('ma_collection');
collection.deleteOne({ nom: "Louis" }, function(err, res) {
console.log("Document supprimé !");
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment