Answers for "delete a github repository using curl"

1

delete a github repository using curl

winpty curl -X DELETE -H 'Authorization: token [GENERATED_TOKEN]' https://api.github.com/repos/[USER]/[REPO_NAME]

# follow steps here to generate token:
https://help.github.com/en/github/authenticating-to-github/creating-a-personal-access-token-for-the-command-line
Posted by: Guest on May-30-2020

Code answers related to "delete a github repository using curl"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language