gdcloud kms keys delete

NAME

gdcloud kms keys delete: exclui uma chave de assinatura ou AEAD.

SYNOPSIS

gdcloud kms keys delete NAME [flags]

EXEMPLOS

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

FLAGS OBRIGATÓRIAS

      --key-type string   Type of key to delete (AEADKey or SigningKey).

FLAGS OPCIONAIS

      --async   If set, the command returns immediately without waiting for the operation to complete.

FLAGS GERAIS DA GDCLOUD

Essas flags estão disponíveis para todos os comandos: --configuration, --format, --help, --project, --quiet.

Para mais informações, consulte a página Visão geral da referência da CLI gdcloud.