/* Example Usage */constmodel=...Someone Model(async () => {awaitmodel.findOneAndUpdate({ name:"Test" },{ $unset:{ name:null } });/*The "name" value that was Test is now null*/})();
$unset
Object
$unset Operator Sets Specified Values ββEqual to null.