删除角色组。
请求参数
Parameter name |
Type |
Description |
Required |
action |
String |
DeleteGroupRoles(删除角色组) |
true |
group_roles |
Array |
角色组id列表 |
true |
owner |
String |
所有者 |
false |
zone |
String |
区域id |
false |
project_id |
String |
项目id |
true |
响应消息
Parameter name |
Type |
Description |
action |
String |
DeleteGroupRolesResponse |
group_role_ids |
Array |
角色组id列表 |
ret_code |
Integer |
执行成功与否,0表示成功,其他值则为错误代码 |
示例
请求示例
https://api.qingcloud.com/iaas/?action=DeleteGroupRoles
&group_roles=["gr-gg5l0faz"]
&owner=usr-WantwZJ8
&zone=test
&project_id=pj-xzvlxlb5
响应示例
{
"action": "DeleteGroupRolesResponse",
"group_role_ids": [
"gr-gg5l0faz"
],
"ret_code": 0
}