27 lines
781 B
YAML
27 lines
781 B
YAML
- release_tracks: [ALPHA, BETA, GA]
|
|
|
|
help_text:
|
|
brief: Delete a Certificate Issuance Config.
|
|
description: |
|
|
Delete a Certificate Issuance Config.
|
|
examples: |
|
|
To delete a Certificate Issuance Config called `my-cic`, run:
|
|
|
|
$ {command} my-cic
|
|
|
|
request:
|
|
collection: certificatemanager.projects.locations.certificateIssuanceConfigs
|
|
api_version: v1
|
|
|
|
async:
|
|
collection: certificatemanager.projects.locations.operations
|
|
|
|
arguments:
|
|
resource:
|
|
help_text: Name of the CertificateIssuanceConfig to delete.
|
|
spec: !REF googlecloudsdk.command_lib.certificate_manager.resources:certificateIssuanceConfig
|
|
|
|
input:
|
|
confirmation_prompt: |
|
|
You are about to delete certificateIssuanceConfig [{__name__}] in [{locationsId}]
|