removeAll

suspend fun <T : Model> removeAll(collection: MongoCollection<T>, cacheKey: String = collection.cacheKey(), deleteData: suspend MongoCollection<T>.() -> Boolean): Boolean