rhoas_kafka_consumer-group_delete
#
rhoas kafka consumer-group deleteDelete a consumer group
#
SynopsisDelete a consumer group from the Kafka instance.
rhoas kafka consumer-group delete [flags]
#
Examples# delete a consumer group$ rhoas kafka consumer-group delete --id consumer_group_1
#
Options --id string The unique ID of the consumer group to delete -y, --yes Skip confirmation to forcibly delete a consumer group
#
Options inherited from parent commands -h, --help Show help for a command -v, --verbose Enable verbose mode
#
SEE ALSO- rhoas kafka consumer-group - Describe, list, and delete consumer groups for the current Apache Kafka instance