1GH-PROJECT-DELETE(1) GitHub CLI manual GH-PROJECT-DELETE(1)
23
4
NAME
6gh-project-delete - Delete a project
78
9
SYNOPSIS
11gh project delete [<number>] [flags]
1213
14
OPTIONS
16--format <string>
17Output format: {json}
1819
20
--owner <string>
21Login of the owner. Use "@me" for the current user.
2223
24
EXAMPLE
26# delete the current user's project "1"
27gh project delete 1 --owner "@me"
2829
30
31
32
SEE ALSO
34gh-project(1)
3536
37
38
Oct 2023 GH-PROJECT-DELETE(1)