Replace calls to repo-updater DeleteRepos to RepoStore Delete
Created by: asdine
This replaces all the calls to repo-updater's Store#DeleteRepos method from outside of repo-updater. These calls were replaced by the internal/db/RepoStore#Delete
method.
Fixes #14712 (closed)