JchuComponents
Toggle table of contents
3.0.0-alpha08
common
Target filter
common
Switch theme
Search in API
Skip to content
JchuComponents
jchucomponents-supabase
/
com.jeluchu.jchucomponents.supabase.database
/
JchuSupabaseDatabase
/
deleteById
delete
By
Id
fun
deleteById
(
table
:
String
,
id
:
Any
,
primaryKey
:
String
=
DEFAULT_PRIMARY_KEY
)
:
Flow
<
Resource
<
Failure
,
Unit
>
>