1GH-REPO-DELETE(1) GitHub CLI manual GH-REPO-DELETE(1)
2
3
4
6 gh-repo-delete - Delete a repository
7
8
9
11 gh repo delete [<repository>] [flags]
12
13
14
16 Delete a GitHub repository.
17
18
19 With no argument, deletes the current repository. Otherwise, deletes
20 the specified repository.
21
22
23 Deletion requires authorization with the "delete_repo" scope. To au‐
24 thorize, run "gh auth refresh -s delete_repo"
25
26
27
29 --confirm
30 confirm deletion without prompting
31
32
33
35 gh-repo(1)
36
37
38
39 Jan 2023 GH-REPO-DELETE(1)