PyMongo
collection.delete_one(<query>)
collection.delete_many(<query>)
collection.remove(<query>) # DeprecatedLast updated
Was this helpful?
collection.delete_one(<query>)
collection.delete_many(<query>)
collection.remove(<query>) # DeprecatedLast updated
Was this helpful?
Was this helpful?