Provided by: hub_2.14.2~ds1-1ubuntu2_amd64 

NAME
hub-delete - Delete an existing repository on GitHub.
SYNOPSIS
hub delete [-y] [ORGANIZATION/]NAME
OPTIONS
-y, --yes
Skip the confirmation prompt and immediately delete the repository.
[ORGANIZATION/]NAME
The name for the repository on GitHub.
EXAMPLES
$ hub delete recipes
[ personal repo deleted on GitHub ]
$ hub delete sinatra/recipes
[ repo deleted in GitHub organization ]
SEE ALSO
hub-init(1), hub(1)
hub version 2.14.2 24 Aug 2023 hub-delete(1)