NAME
gdcloud iam service-accounts keys delete - delete the key from the ProjectServiceAccount
SYNOPSIS
gdcloud iam service-accounts keys delete [flags]
DESCRIPTION
This command deletes the public key with a specified id from the ProjectServiceAccount in the project.
EXAMPLES
The following command deletes the public key with id <key-id> from the specific ProjectServiceAccount in the project:
gdcloud iam service-accounts keys delete <key-id> [FLAGS]
Flags:
"--project <project>" selects the project where the ProjectServiceAccount
is in. If project is set by running "gdcloud init" command, then this flag
can be omitted.
"--iam-account <project service account name>" specifies the
ProjectServiceAccount to delete the key from. This flag is required.
REQUIRED FLAGS
--iam-account string Project service account to delete the key for.
OPTIONAL FLAGS
-h, --help help for delete
--project string Project ID to delete the key for. (default "test-project")