Delete IAM User Access Keys¶
Click Data Management on the top menu and select Accounts on the left.
Select the account managing the IAM User for whom you want to delete an Access Key.
Under the Users tab, click the eye icon next to the user name.
The IAM User’s Access Keys appear.
Click the Delete button corresponding to the Access Key you want to delete.
Note
If the Access Key is active, you must disable it first by toggling the switch in the Status column.
A dialog box appears asking for confirmation.
Click Delete to confirm the Access Key Deletion.
The IAM User’s Access Key no longer appears in the list.
You can use the DeleteAccessKey
API to delete Access Keys and Secret Keys for
your IAM Users. Unlike accounts, you must specify a user name here.
To delete IAM User Access Keys using AWS CLI, follow the delete-access-key procedure.
Prerequisites
ARTESCA is installed.
User account created.
Access keys created.
Delete IAM User Access Key
Note
List access-keys for a user-name iam-user
with the command:
Delete an access-key-id access-key
and a user-name iam-user
with the command:
Output
No output when command is successful.