24 lines
666 B
YAML
24 lines
666 B
YAML
release_tracks: [GA, ALPHA, BETA]
|
|
|
|
help_text:
|
|
brief: |
|
|
Delete a Managed Service for Apache Kafka consumer group.
|
|
description: |
|
|
Delete a Managed Service for Apache Kafka consumer group.
|
|
|
|
examples: |
|
|
To delete a consumer group in a cluster named mycluster located in us-central1,
|
|
run the following:
|
|
|
|
$ {command} myconsumergroup \
|
|
--cluster=mycluster \
|
|
--location=us-central1
|
|
|
|
request:
|
|
collection: managedkafka.projects.locations.clusters.consumerGroups
|
|
|
|
arguments:
|
|
resource:
|
|
help_text: Identifies the consumer group for deletion.
|
|
spec: !REF googlecloudsdk.command_lib.managed_kafka.resources:consumer_group
|