
delete-access-key
*****************


DESCRIPTION
===========

Deletes the access key associated with the specified user.

If you do not specify a user name, IAM determines the user name
implicitly based on the AWS Access Key ID signing the request. Because
this action works for access keys under the AWS account, you can use
this API to manage root credentials even if the AWS account has no
associated users.


SYNOPSIS
========

   aws iam delete-access-key
     --access-key-id <value>
     [--user-name <value>]


REQUIRED PARAMETERS
===================

"--access-key-id"  (string)
   The Access Key ID for the Access Key ID and Secret Access Key you
   want to delete.


OPTIONAL PARAMETERS
===================

"--user-name"  (string)
   Name of the user whose key you want to delete.
