delete

fun <T : BaseTable<*>> Database.delete(table: T, predicate: (T) -> ColumnDeclaring<Boolean>): Int(source)

Delete the records in the table that matches the given predicate.

Since

2.7