DeleteGroupRoleRules
      更新时间:2025-10-30 09:37:31
    
    
    
    
    
    
    
    
      
        
        PDF
      
      
    
  删除角色里的某些规则。
请求参数
| Parameter name | Type | Description | Required | 
|---|---|---|---|
| group_role_rules.n | String | 规则ID | No | 
| group_roles.n | String | 角色ID | No | 
除上述请求参数外,还包含公共参数。
请求示例
https://api.qingcloud.com/iaas/?action=DeleteGroupRoleRules
&group_role_rules.1=grr-613v0o2p
&COMMON_PARAMS返回示例
{
  "action":"DeleteGroupRoleRulesResponse",
  "group_role_rule_ids":[
    "grr-613v0o2p"
  ],
  "ret_code":0
}