DeleteGroupRoles
更新时间:2025-03-28 11:03:12
PDF
删除角色。
请求参数
Parameter name | Type | Description | Required |
---|---|---|---|
group_roles.n |
String |
角色ID |
Yes |
除上述请求参数外,还包含公共参数。
请求示例
https://api.qingcloud.com/iaas/?action=DeleteGroupRoles &group_roles.1=gr-rlj5c72r &COMMON_PARAMS
返回示例
{ "action":"DeleteGroupRolesResponse", "group_role_ids":[ "gr-rlj5c72r" ], "ret_code":0 }