DeleteAccessKey¶
Deletes an access key for an account or a user.
Method and Path¶
POST /
Request Parameters¶
| Name | Description | Type | Default | Value |
|---|---|---|---|---|
| Action | Action to execute | string | DeleteAccessKey |
|
| Version | Protocol version | string | 2010-05-08 |
|
| AccessKeyId | Access key ID | string | ||
| UserName | Name of user | string | ‘’ |
Refer to http://docs.aws.amazon.com/IAM/latest/APIReference/API_DeleteAccessKey.html
Success Code¶
| Code | Message |
|---|---|
| 200 | OK |
Error Codes¶
| Code | Message |
|---|---|
| 400 | WrongFormat |
| 404 | EntityDoesNotExist |
| 500 | ServiceFailure |