gdcloud kms keys delete

NOMBRE

gdcloud kms keys delete: elimina una clave AEAD o de firma.

SYNOPSIS

gdcloud kms keys delete NAME [flags]

EJEMPLOS

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

BANDERAS OBLIGATORIAS

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

MARCAS OPCIONALES

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

GDCLOUD WIDE FLAGS

Estas marcas están disponibles para todos los comandos: --configuration, --format, --help, --project y --quiet.

Para obtener más información, consulta la página Información general sobre la referencia de la CLI de gdcloud.