Deletes the access key pair associated with the specified IAM user.
AccessKeyId | The access key ID for the access key ID and secret access key you want to delete. |
UserName | Name of the user to delete accesskeys. |
This call has no restrictions.
No Request Payload
Field | Description | Type | Notes |
DeleteAccessKeyResponse | |||
ResponseMetadata | |||
RequestId | String |
POST https://192.168.0.0:4443/iam?UserName=tt1&&Action=DeleteAccessKey&AccessKeyId=AKIA681EB7D2520E6455 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:DeleteAccessKeyResponse xmlns:ns2="none"> <ResponseMetadata> <RequestId>0af9f5b8:17178fe9282:8b9d:c1</RequestId> </ResponseMetadata> </ns2:DeleteAccessKeyResponse>