Performs repository.deleteWhere().
repository.deleteWhere()
Future<void> deleteWhere(Where where) => repository.deleteWhere(where);