19 lines
703 B
YAML
19 lines
703 B
YAML
- release_tracks: [ALPHA]
|
|
help_text:
|
|
brief: Delete a Cloud Media Asset annotation.
|
|
description: Delete a new Media Asset annotation.
|
|
examples: |
|
|
To get a specific annotation with id my-ann under asset type 'my-at', asset 'my-asset', annotation set 'my-annSet', run:
|
|
$ {command} my-ann --asset_type my-at --asset my-asset --annotation_set my-annSet
|
|
|
|
request:
|
|
collection: mediaasset.projects.locations.assetTypes.assets.annotationSets.annotations
|
|
method: delete
|
|
ALPHA:
|
|
api_version: v1alpha
|
|
|
|
arguments:
|
|
resource:
|
|
help_text: The Cloud Media Asset annotation to delete.
|
|
spec: !REF googlecloudsdk.command_lib.media.asset.resources:annotation
|