Mongo.delete_many-exclamation-mark
You're seeing just the function
delete_many-exclamation-mark
, go back to Mongo module for more information.
Specs
delete_many!(GenServer.server(), collection(), BSON.document(), Keyword.t()) :: result!(Mongo.DeleteResult.t())
Similar to delete_many/4
but unwraps the result and raises on error.