I have the choice of doing a migration, but I would prefer to delete everything in my defaultRealm(). How can I do this easily?
realm.deleteObject(object) >
As of v0.87.0, there is a deleteAllObjects method on RLRealm that will clear the Realm of all objects.