remove

suspend fun <T : Model> remove(id: String, collection: MongoCollection<T>, deleteData: suspend MongoCollection<T>.() -> Boolean): Boolean

Delete an item from your db, if that was successful return true or false if true the item is also deleted from the cache