| title | `glab milestone delete` |
|---|---|
| stage | Create |
| group | Code Review |
| info | To determine the technical writer assigned to the Stage/Group associated with this page, see <https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments> |
Delete a group or project milestone.
glab milestone delete [flags]
# Delete milestone for the current project
glab milestone delete 123
# Delete milestone for the specified project
glab milestone delete 123 --project project-name
# Delete milestone for the specified group
glab milestone delete 123 --group group-name --group string The ID or URL-encoded path of the group.
--project string The ID or URL-encoded path of the project.
-h, --help Show help for this command.
-R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL.