18 lines
462 B
YAML
18 lines
462 B
YAML
- release_tracks: [ALPHA, GA]
|
|
|
|
help_text:
|
|
description: Delete one or more reCAPTCHA Keys from a given cloud project.
|
|
brief: Delete one or more reCAPTCHA Keys.
|
|
examples: |
|
|
To delete a reCAPTCHA key, run:
|
|
|
|
$ {command} test-key
|
|
|
|
request:
|
|
collection: recaptchaenterprise.projects.keys
|
|
|
|
arguments:
|
|
resource:
|
|
help_text: The reCAPTCHA key to delete.
|
|
spec: !REF googlecloudsdk.command_lib.recaptcha.resources:keys
|