Cloud Enterprise Object Storage REST API

Search (SHIFT+S)




Detach Role Policy

POST DetachRolePolicy

Removes the specified managed policy from the specified IAM Role in the caller's namespace or x-emc-namespace header if provided.


Query Parameters

PolicyArnArn that identifies the policy.
RoleNameSimple name identifying the role.

Required Roles

This call has no restrictions.


Request Payload

No Request Payload


Response Body

Field Description Type Notes
DetachRolePolicyResponse
ResponseMetadata    
RequestId String

Examples

Request
POST https://192.168.0.0:4443/iam?RoleName=FinanceRole&PolicyArn=urn:ecs:iam:::policy/ECSS3FullAccess&Action=DetachRolePolicy
Accept: application/xml
X-SDS-AUTH-TOKEN: <AUTH_TOKEN>
x-emc-namespace: <namespace>
Response
HTTP/1.1 200 OK

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns2:DetachRolePolicyResponse xmlns:ns2="none">
    <ResponseMetadata>
        <RequestId>0af9f5b8:17178fe9282:d70a:61</RequestId>
    </ResponseMetadata>
</ns2:DetachRolePolicyResponse>