Bengineer
Bengineer

Reputation: 7742

request to delete github repositorie

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

Answers (1)

VonC
VonC

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

Related Questions