Scroll to navigation

GH-PROJECT-ITEM-DELETE(1) GitHub CLI manual GH-PROJECT-ITEM-DELETE(1)

NAME

gh-project-item-delete - Delete an item from a project by ID

SYNOPSIS

gh project item-delete [<number>] [flags]

OPTIONS

Output format: {json}

ID of the item to delete

Filter JSON output using a jq expression

Login of the owner. Use "@me" for the current user.

Format JSON output using a Go template; see "gh help formatting"

EXAMPLE

# delete an item in the current user's project "1"
gh project item-delete 1 --owner "@me" --id <item-ID>

SEE ALSO

gh-project(1)

May 2024 GitHub CLI v2.49.0