delete

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

Deletes all objects of the specified class from the Realm.

Reified convenience wrapper of MutableRealm.delete.