Skip to main content

rhoas_kafka_consumer-group_delete

rhoas kafka consumer-group delete#

Delete a consumer group

Synopsis#

Delete 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#