DOKK / manpages / debian 10 / hub / hub-delete.1.en
HUB-DELETE(1) Hub Manual HUB-DELETE(1)

hub-delete - Delete an existing repository on GitHub.

hub delete [-y] [ORGANIZATION/]NAME

Skip the confirmation prompt and immediately delete the repository.
[ORGANIZATION/]NAME
The name for the repository on GitHub.

$ hub delete recipes
[ personal repo deleted on GitHub ]
$ hub delete sinatra/recipes
[ repo deleted in GitHub organization ]

hub-init(1), hub(1)

March 2019 GITHUB