← Back to Stormify Documentation

delete

fun delete(deletedItem: Any)

DELETE's the row corresponding to deletedItem using its primary key.


fun <T : Any> delete(items: Collection<T>)

Batch DELETE of items.