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