delete If Exist
Removes the object in scope in a synchronous way. See the implementation JavaDoc for details on how deletion is performed. Unlike .delete, it doesn't throw an exception if the object doesn't exist. It returns a Completable
that completes as soon as the object is deleted in the database.
Return
the Completable
which notifies the completion