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