Deletes the given model instance from the database inside the transaction.
Equivalent to calling tx.remove!T.single(instance).
true if anything was deleted, false otherwise.
RemoveOperation.single
See Implementation
Deletes the given model instance from the database inside the transaction.
Equivalent to calling tx.remove!T.single(instance).