Deletes a specified consumer group.

Request syntax

aliyunlog log delete_consumer_group --project=<value> --logstore=<value> --consumer_group=<value> [--access-id=<value>] [--access-key=<value>] [--sts-token=<value>] [--region-endpoint=<value>] [--client-name=<value>] [--jmes-filter=<value>] [--format-output=<value>] [--decode-output=<value>]

Request parameters

The following table describes the required and specific parameters of the delete_consumer_group command.
Parameter Type Required Example Description
--project String Yes aliyun-test-project The name of the project.
--logstore String Yes logstore-a The name of the Logstore.
--consumer_group String Yes consumer-group-1 The name of the consumer group.
For information about the global parameters of the Log Service command-line interface (CLI), see Global variables.

Examples

  • Sample requests
    Use the default account to delete a consumer group of a Logstore named logstore-a.
    aliyunlog log delete_consumer_group --project="aliyun-test-project" --logstore="logstore-a" --consumer_group="consumer-group-1"
  • Sample responses

    After you run the command, no responses are returned.

Error codes

If an error message is returned, fix the error based on the error codes of the related API operation. For more information, see Error codes of DeleteConsumerGroup.

API reference

DeleteConsumerGroup