Realm Kotlin Multiplatform SDK
/
io.realm
/
MutableRealm
/
delete
common
delete
abstract fun <
T
:
RealmObject
>
delete
(obj:
T
)
Content copied to clipboard
Deletes the object from the underlying Realm.
Throws
kotlin.IllegalArgumentException
if the object is not managed by Realm.