23 lines
595 B
YAML
23 lines
595 B
YAML
- release_tracks: [ALPHA]
|
|
help_text:
|
|
brief: Delete a `WasmAction` resource.
|
|
description: |
|
|
Delete a `WasmAction` resource.
|
|
examples: |
|
|
To delete a `WasmAction` called 'my-wasm-action', run:
|
|
|
|
$ {command} my-wasm-action
|
|
|
|
request:
|
|
collection: networkservices.projects.locations.wasmActions
|
|
ALPHA:
|
|
api_version: v1alpha1
|
|
|
|
async:
|
|
collection: networkservices.projects.locations.operations
|
|
|
|
arguments:
|
|
resource:
|
|
help_text: The `WasmAction` to delete.
|
|
spec: !REF googlecloudsdk.command_lib.service_extensions.resources:wasmAction
|