24 lines
642 B
YAML
24 lines
642 B
YAML
- release_tracks: [ALPHA, BETA, GA]
|
|
|
|
help_text:
|
|
brief: Delete a Cloud Healthcare API FHIR store.
|
|
description: Delete a Cloud Healthcare API FHIR store.
|
|
examples: |
|
|
To delete the FHIR store 'test-fhir-store', run:
|
|
|
|
$ {command} test-fhir-store --dataset=test-dataset
|
|
|
|
request:
|
|
collection: healthcare.projects.locations.datasets.fhirStores
|
|
ALPHA:
|
|
api_version: v1alpha2
|
|
BETA:
|
|
api_version: v1beta1
|
|
GA:
|
|
api_version: v1
|
|
|
|
arguments:
|
|
resource:
|
|
help_text: Cloud Healthcare API FHIR store to delete.
|
|
spec: !REF googlecloudsdk.command_lib.healthcare.resources:fhir_store
|