glab repo delete
Delete an existing repository on GitLab.
glab repo delete [<NAMESPACE>/]<NAME> [flags]## Examples
# Delete a personal repository.
glab repo delete dotfiles
# Delete a repository in a GitLab group, or another repository
# you have write access to:
glab repo delete mygroup/dotfiles
glab repo delete myorg/mynamespace/dotfiles## Options
-y, --yes Skip the confirmation prompt and immediately delete the repository.## Options inherited from parent commands
-h, --help Show help for this command.