I want to know how to delete repo in github account. I cannot see any indicators to delete on github interface.
Adding and Remove your remote repository from git hub:
git remote add origin https://github.com/saikumarputta/TodoApi.git
git remote remove origin