Note:
This is a legacy API which has been hidden and will no longer be updated. We recommend using the new CAM API 3.0 which is standardized and faster.
This API (DetachRolePolicy) is used to detach a policy from a role.
Request domain name: cam.api.qcloud.com
The following request parameter list only provides the API request parameters. Other parameters can be found in Common Request Parameters.
Parameter Name | Required | Type | Description |
---|---|---|---|
policyId | No | Int | Policy ID. Either policyId or policyName can be used as the input parameter. |
policyName | No | String | Policy name. Either policyId or policyName can be used as the input parameter. |
roleId | No | String | Role ID used to specify a role. Either roleId or roleName can be used as the input parameter. |
roleName | No | String | Role name used to specify a role. Either roleId or roleName can be used as the input parameter. |
Parameter Name | Type | Description |
---|---|---|
code | Int | Common error code. 0: Successful; other values: Failed. For more information, see Common Error Codes on the Error Codes page. |
message | String | Module error message description depending on API. |
codeDesc | String | Error description |
Input
https://cam.api.qcloud.com/v2/index.php?Action=DetachRolePolicy&policyId=296232
&roleId=4611686018427397919&<Common request parameters>
Output
{
"code": 0,
"message": "",
"codeDesc": "Success",
"data": []
}
Was this page helpful?