delete

inline fun <T : BaseRealmObject> MutableRealm.delete()

Deletes all objects of the specified class from the Realm.

Reified convenience wrapper of MutableRealm.delete.