Deletes a RAM user group.
Before you delete a RAM user group, make sure that no policies are attached to the group and no RAM users are included in the group.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | DeleteGroup |
The operation that you want to perform. Set the value to DeleteGroup. |
GroupName | String | Yes | Dev-Team |
The name of the RAM user group. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | 85836703-8D4F-485F-9726-4D1C730F957E |
The ID of the request. |
Examples
Sample requests
https://[Endpoint]/?Action=DeleteGroup
&GroupName=Dev-Team
&<Common request parameters>
Sample success responses
XML
format
<DeleteGroupResponse>
<RequestId>85836703-8D4F-485F-9726-4D1C730F957E</RequestId>
</DeleteGroupResponse>
JSON
format
{
"RequestId": "85836703-8D4F-485F-9726-4D1C730F957E"
}
Error codes
For a list of error codes, visit the API Error Center.