blockingDeleteIfExist

open override fun blockingDeleteIfExist()

Removes the object in scope in an asynchronous way. See the implementation JavaDoc for details on how deletion is performed. Unlike .blockingDelete, it doesn't throw an exception if the object doesn't exist. It blocks the thread and finishes as soon as the object is deleted in the database.