.nh .TH "glab" "1" "May 2025" "Auto generated by spf13/cobra" "" .SH NAME glab-securefile-remove - Remove a secure file. .SH SYNOPSIS \fBglab securefile remove [flags]\fP .SH DESCRIPTION Remove a secure file. .SH OPTIONS \fB-y\fP, \fB--yes\fP[=false] Skip the confirmation prompt. .SH OPTIONS INHERITED FROM PARENT COMMANDS \fB--help\fP[=false] Show help for this command. .PP \fB-R\fP, \fB--repo\fP="" Select another repository. Can use either \fBOWNER/REPO\fR or \fBGROUP/NAMESPACE/REPO\fR format. Also accepts full URL or Git URL. .SH EXAMPLE .EX 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 .EE .SH SEE ALSO \fBglab-securefile(1)\fP