.nh .TH "glab" "1" "Apr 2024" "Auto generated by spf13/cobra" "" .SH NAME .PP glab-ssh-key-delete - Deletes a single SSH key specified by the ID. .SH SYNOPSIS .PP \fBglab ssh-key delete [flags]\fP .SH DESCRIPTION .PP Deletes a single SSH key specified by the ID. .SH OPTIONS .PP \fB-p\fP, \fB--page\fP=1 Page number .PP \fB-P\fP, \fB--per-page\fP=30 Number of items to list per page .SH OPTIONS INHERITED FROM PARENT COMMANDS .PP \fB--help\fP[=false] Show help for command .PP \fB-R\fP, \fB--repo\fP="" Select another repository using the \fB\fCOWNER/REPO\fR or \fB\fCGROUP/NAMESPACE/REPO\fR format or full URL or git URL .SH EXAMPLE .PP .RS .nf # Delete SSH key with ID as argument $ glab ssh-key delete 7750633 # Interactive $ glab ssh-key delete # Interactive, with pagination $ glab ssh-key delete -P 50 -p 2 .fi .RE .SH SEE ALSO .PP \fBglab-ssh-key(1)\fP