Reputation: 7742
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?
Upvotes: 0
Views: 94
Reputation: 1323793
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
Upvotes: 1