Deletes the specified inline policy document of the specified IAM Group.
GroupName | Name of the group to delete the inline policy. |
PolicyName | Name of the policy whose Policy Document needs to be deleted. |
This call has no restrictions.
No Request Payload
Field | Description | Type | Notes |
DeleteGroupPolicyResponse | |||
ResponseMetadata | |||
RequestId | String |
POST https://192.168.0.0:4443/iam?GroupName=TestGroup&PolicyName=InlinePolicy&Action=DeleteGroupPolicy Accept: application/xml X-SDS-AUTH-TOKEN: <AUTH_TOKEN> x-emc-namespace: <namespace>
HTTP/1.1 200 OK <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <ns2:DeleteGroupPolicyResponse xmlns:ns2="none"> <ResponseMetadata> <RequestId>0af9f5b8:17178fe9282:1f40d:73</RequestId> </ResponseMetadata> </ns2:DeleteGroupPolicyResponse>