Deletes a policy version.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | DeletePolicyVersion |
The operation that you want to perform. Set the value to DeletePolicyVersion. |
PolicyName | String | Yes | OSS-Administrator |
The name of the policy. |
VersionId | String | Yes | v3 |
The ID of the policy version. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | 9B34724D-54B0-4A51-B34D-4512372FE1BE |
The ID of the request. |
Examples
Sample requests
https://ram.aliyuncs.com/?Action=DeletePolicyVersion
&PolicyName=OSS-Administrator
&VersionId=v3
&<Common request parameters>
Sample success responses
XML
format
<DeletePolicyVersionResponse>
<RequestId>9B34724D-54B0-4A51-B34D-4512372FE1BE</RequestId>
</DeletePolicyVersionResponse>
JSON
format
{
"RequestId":"9B34724D-54B0-4A51-B34D-4512372FE1BE"
}
Error codes
For a list of error codes, visit the API Error Center.