访问控制
删除自定义策略版本
Note
不能删除当前正在使用版本
所属服务
sam
接口方法
GET
请求url
/sam?Action=DeletePolicyVersion&Version=2018-03-22&PolicyName=&VersionId=
url 参数
参数名称 | 说明 | 参数类型 | 是否必填 | 备注 |
---|---|---|---|---|
PolicyName | 策略名称 | string | 是 | |
VersionId | 版本号 | long | 是 | |
Action | DeletePolicyVersion | string | 是 | |
Version | 2018-03-22 | string | 是 |
返回参数
参数名称 | 说明 | 参数类型 | 是否必填 | 备注 |
---|---|---|---|---|
Code | string | 是 | ||
Message | string | 是 |
状态码
错误码(Code) | 错误提示(Message) | http status code | 说明 |
---|---|---|---|
ProductNotActive | Sam product is not activate. | 400 | 访问控制产品未激活 |
MissingParameter | The required input parameter %s for processing this request is not supplied. | 400 | 缺少%s参数 |
EntityNotExist | The request entity is already exist. | 400 | 查询对象不存在 |
DeleteCurrentVersion | Can't delete current used policy version. | 400 | 不能删除当前正在使用版本 |
ReservedOneVersion | Policy should reserved one version at least. | 400 | 策略至少需要保留一个版本 |
请求示例
https://open.cn-east-1.163yun.com/sam?Action=DeletePolicyVersion&Version=2018-03-22&PolicyName=Policytest2&VersionId=2
返回示例
{
"Message": "调用成功",
"RequestId": "61172e1b-8f34-4aa9-9088-20396b4f2e82",
"Code": "Success"
}