22 lines
698 B
YAML
22 lines
698 B
YAML
- release_tracks: [ALPHA, GA]
|
|
help_text:
|
|
brief: |
|
|
Delete a Dataplex zone resource.
|
|
description: |
|
|
Delete a Dataplex zone resource.
|
|
examples: |
|
|
To delete a Dataplex zone `test-zone` within lake `test-lake` in location `us-central1`, run:
|
|
|
|
$ {command} test-lake --location=us-central1 --lake=test-lake
|
|
request:
|
|
ALPHA:
|
|
api_version: v1
|
|
collection: dataplex.projects.locations.lakes.zones
|
|
arguments:
|
|
resource:
|
|
help_text: |
|
|
Arguments and flags that define the Dataplex zone you want to delete.
|
|
spec: !REF googlecloudsdk.command_lib.dataplex.resources:zone
|
|
async:
|
|
collection: dataplex.projects.locations.operations
|