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.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
mq:DeleteMqttGroupId |
delete |
*Instance
|
None | None |
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**** |
For information about other parameters, see Common parameters and Endpoints.
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. This parameter is a common parameter. |
0621DDD7-F0E9-4D35-8900-518116D6**** |
Examples
Success response
JSON format
{
"RequestId": "0621DDD7-F0E9-4D35-8900-518116D6****"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 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. | |
| 400 | SystemError | system error. | System error, please try again |
| 417 | DeleteGroupIdError | Failed to delete GroupId. Try again later. | |
| 417 | InternalError | An error occurred while processing your request. Try again later. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.