deleteModel

abstract suspend fun deleteModel(model: Model)

Delete the given Model from the database.

Parameters

model

the Model to be deleted.