0

is there a url that I can make to delete my github repositorie? In the deletion page there's a form with my token and etc, but how can I make a url to delete it?

Bengineer
  • 7,264
  • 7
  • 27
  • 28

1 Answers1

1

Beside the manual deletion process, there seems to be an API available.

As mentioned in "github v3 API - delete / remove a repo", this wasn't fully supported earlier in January 2012. It could be supported now:
The GitHub API V3 mentions:

DELETE /repos/:owner/:repo
Community
  • 1
  • 1
VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250