名称 | 类型 | 必填 | 长度限制 | 格式 | 描述 |
---|---|---|---|---|---|
GroupName | string | 是 | 1-128 | [\w+=,.@-]+ | 用户组名 |
错误码 | 错误信息 | HTTP Status Code |
---|---|---|
GroupNameInvalidParameterValue | An invalid or out-of-range value was supplied for the ‘GroupName’ parameter. | 400 |
GroupNoSuchEntity | The request was rejected because it referenced ‘Group’ that does not exist. The error message describes the entity. | 409 |
GroupUserDeleteConflict | The request was rejected because it attempted to delete a group that has users. Delete users belong to group before delete the group. | 409 |
GroupPolicyDeleteConflict | The request was rejected because it attempted to delete a group that has policies. Detach policies belong to group before delete the group. | 409 |
ServiceFailure | The request processing has failed because of an unknown error, exception or failure. | 500 |
http://10.146.16.202:8008/?Action=DeleteGroup&Version=2015-11-01&GroupName=admin
xml格式
<DeleteGroupResponse>
<result>1</result>
<ResponseMetadata>
<RequestId>e1357bda-1cde-4321-8a4d-cf6a40b0e409</RequestId>
</ResponseMetadata>
</DeleteGroupResponse>
json格式
文档内容是否对您有帮助?
评价建议不能为空
非常感谢您的反馈,我们会继续努力做到更好!