1GH-PROJECT-ITEM-DELETE(1)      GitHub CLI manual     GH-PROJECT-ITEM-DELETE(1)
2
3
4

NAME

6       gh-project-item-delete - Delete an item from a project by ID
7
8
9

SYNOPSIS

11       gh project item-delete [<number>] [flags]
12
13
14

OPTIONS

16       --format <string>
17              Output format: {json}
18
19
20       --id <string>
21              ID of the item to delete
22
23
24       --owner <string>
25              Login of the owner. Use "@me" for the current user.
26
27
28

EXAMPLE

30       # delete an item in the current user's project "1"
31       gh project item-delete 1 --owner "@me" --id <item-ID>
32
33
34
35
36

SEE ALSO

38       gh-project(1)
39
40
41
42                                   Nov 2023          GH-PROJECT-ITEM-DELETE(1)
Impressum