DeleteGroup
更新时间 2026-05-25 17:48:09
最近更新时间: 2026-05-25 17:48:09
本节主要介绍DeleteGroup。
此操作用来删除指定的IAM用户组。
请求参数
| 名称 | 描述 | 是否必须 |
|---|---|---|
| Action | DeleteGroup。 | 是 |
| Version | 请求版本。 取值 :2010-05-08。默认值为2010-05-08。 |
否 |
| GroupName | IAM用户组名。 类型 :字符串 取值 :1~128个字符组成,字符只能包含字母、数字或特殊字符。字母不区分大小写,特殊字符只能是:下划线(_)、中划线(-)、逗号(,)、句点(.)、加号(+)、等号(=)和at符号(@)。 |
是 |
请求示例
删除名为G-IAM的IAM用户组。
POST / HTTP/1.1
Authorization: SignatureValue
x-amz-date: 20260520T040036Z
x-amz-content-sha256: UNSIGNED-PAYLOAD
Content-Type: application/octet-stream
Content-Length: 53
Host: oos-cn-iam.ctyunapi.cn
Action=DeleteGroup&Version=2010-05-08&GroupName=G-IAM
响应示例
HTTP/1.1 200 OK
x-amz-request-id: f0456944da9d4183
Content-Type: text/xml;charset=UTF-8
Content-Length: 119
Date: Wed, 20 May 2026 04:00:37 GMT
Server: CTYUN
<DeleteGroupResponse>
<ResponseMetadata>
<RequestId>f0456944da9d4183</RequestId>
</ResponseMetadata>
</DeleteGroupResponse>