Deletes a group from an ApsaraMQ for MQTT instance.
Operation description
Each successful call to the DeleteGroupId operation increases the messaging transactions per second (TPS) by one. This affects the billing of your instance. For more information, see Billing rules.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
GroupId | string | Yes | The ID of the group that you want to delete. | GID_test |
InstanceId | string | Yes | The ID of the ApsaraMQ for MQTT instance from which you want to delete a group. | mqtt-cn-0pp1ldu**** |
Note
For information about other parameters, see Common parameters and Endpoints .
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "0621DDD7-F0E9-4D35-8900-518116D6****"
}
Error codes
HTTP status code | Error code | Error message |
---|---|---|
400 | ParameterFieldCheckFailed | Failed to validate the parameters. The parameters may be missing or invalid. |
400 | PermissionCheckFailed | An error occurred while validating the resource permissions. Please check the account that created the instance, topic, and GroupId, and check their permission settings. |
400 | InstancePermissionCheckFailed | An error occurred while validating the permissions of the instance. Please verify the account that created the instance and its permissions settings. |
400 | InstanceNotFound | Failed to find the instance. The instanceId may be invalid. |
400 | ResourcePermissionCheckFailed | An error occurred while validating the resource permissions. Please check the account that created the instance, topic, and GroupId, and check their permission settings. |
500 | DeleteGroupIdError | Failed to delete GroupId. Try again later. |
500 | InternalError | An error occurred while processing your request. Try again later. |
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|
No change history