I want to know how to delete repo in github account. I cannot see any indicators to delete on github interface.
You might also want to delete repo from your .git/config file
.git/config
git remote rm “alias or origin”
Hope this helps