# Create your delete_repo token -> https://github.com/settings/tokens while read repo do curl -X DELETE -H "Authorization: token YOUR_DELETE_REPO_TOKEN" "https://api.github.com/repos/$repo" done < repos.txt