Cloud Enterprise Object Storage REST API

Search (SHIFT+S)




Untag Role

POST UntagRole

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


Query Parameters

RoleNameSimple name identifying the role.
TagKeysA list of tags that you want to remove from the role.

Required Roles

This call has no restrictions.


Request Payload

No Request Payload


Response Body

No Response Body


Examples

Request
POST https://192.168.0.0:4443/iam?TagKeys.member.1=Location&RoleName=FinanceRole&Action=UntagRole

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"?>
<UntagRoleResponse>
    <ResponseMetadata>
        <RequestId>0af9f5b8:17178fe9282:dc9c:89</RequestId>
    </ResponseMetadata>
</UntagRoleResponse>