NAME
gdcloud kms keys delete - Delete an AEAD or signing key.
SYNOPSIS
gdcloud kms keys delete NAME [flags]
EXAMPLES
To delete an AEAD key, run:
gdcloud kms keys delete my-key --key-type=AEADKey
To delete a signing key, run:
gdcloud kms keys delete my-signing-key --key-type=SigningKey
To delete a key without confirmation prompt, run:
gdcloud kms keys delete my-key --key-type=AEADKey --quiet
REQUIRED FLAGS
--key-type string Type of key to delete (AEADKey or SigningKey).
OPTIONAL FLAGS
--async If set, the command returns immediately without waiting for the operation to complete.
GDCLOUD WIDE FLAGS
These flags are available to all commands: --configuration, --format, --help, --project, --quiet.
For more information, see the gdcloud CLI reference overview page.