.nh .TH "glab" "1" "Jun 2026" "Auto generated by spf13/cobra" "" .SH NAME glab-work-items-delete - Delete a work item in a project or group. (EXPERIMENTAL) .SH SYNOPSIS \fBglab work-items delete [flags]\fP .SH DESCRIPTION Delete a work item by its internal ID (IID). This action cannot be undone. .PP The command behavior depends on context: .IP \(bu 2 By default, deletes from the current repository's project. .IP \(bu 2 With \fB--group\fR, deletes from the specified group. .IP \(bu 2 With \fB--repo\fR, deletes from the specified project. .PP This feature is an experiment and is not ready for production use. It might be unstable or removed at any time. For more information, see https://docs.gitlab.com/policy/development_stages_support/. .SH OPTIONS \fB-g\fP, \fB--group\fP="" Delete a work items from a group or subgroup. .PP \fB--jq\fP="" Filter JSON output with a jq expression. .PP \fB-F\fP, \fB--output\fP="text" Format output as: text, json. .PP \fB-R\fP, \fB--repo\fP="" Select another repository. You can use either OWNER/REPO or GROUP/NAMESPACE/REPO. The full URL or Git URL is also accepted. .SH OPTIONS INHERITED FROM PARENT COMMANDS \fB-h\fP, \fB--help\fP[=false] Show help for this command. .SH EXAMPLE .EX # Delete a work item by IID from the current project glab work-items delete 42 # Delete a group work item glab work-items delete 42 --group my-group .EE .SH SEE ALSO \fBglab-work-items(1)\fP