You can call this operation to delete a consumer group that you created by calling the OnsGroupCreate operation.
For more information about the OnsGroupCreate operation, seeOnsGroupCreate.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | OnsGroupDelete |
The operation that you want to perform. Set the value to OnsGroupDelete. |
GroupId | String | Yes | GID_test_groupId |
The ID of the consumer group that you want to delete. |
InstanceId | String | Yes | MQ_INST_111111111111_DOxxxxxx |
The ID of the Message Queue for Apache RocketMQ instance corresponding to the group ID. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | A07E3902-B92E-44A6-B6C5-6AA1111111799 |
The ID of the request. This is a common parameter. |
Examples
Sample requests
http(s)://[Endpoint]/? Action=OnsGroupDelete
&GroupId=GID_test_groupId
&InstanceId=MQ_INST_111111111111_DOxxxxxx
&<Common request parameters>
Sample success responses
XML
format
<OnsGroupDeleteResponse>
<RequestId>A07E3902-B92E-44A6-B6C5-6AA1111111799</RequestId>
</OnsGroupDeleteResponse>
JSON
format
{
"RequestId":"A07E3902-B92E-44A6-B6C5-6AA1111111799"
}
Error codes
For a list of error codes, visit the API Error Center.