| title | stage | group | info |
|---|---|---|---|
glab securefile remove |
Create |
Code Review |
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> |
Remove a secure file.
glab securefile remove <fileID> [flags]
rm
delete
Remove a project's secure file using the file's ID.
- glab securefile remove 1
Skip the confirmation prompt and force delete.
- glab securefile remove 1 -y
Remove a project's secure file with 'rm' alias.
- glab securefile rm 1
Remove a project's secure file with 'delete' alias.
- glab securefile delete 1
-y, --yes Skip the confirmation prompt.
-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.