Instead of deleting the field “capital?”, I deleted entire documents…
MongoDB Enterprise atlas-7aawne-shard-0:PRIMARY> db.zips.deleteMany({“capital?”:“false”})
{ “acknowledged” : true, “deletedCount” : 39 }
Now, how can I get those 39 deleted documents for further use in future.