Mongo.delete_many
You're seeing just the function
delete_many
, go back to Mongo module for more information.
Specs
delete_many(GenServer.server(), collection(), BSON.document(), Keyword.t()) :: result(Mongo.DeleteResult.t())
Remove all documents matching the filter from the collection.