delete

abstract suspend fun delete(item: dbRecipe)

Deletes a recipe from the "recipes" table.

Parameters

item

The recipe to delete.