Delete current user's AWS Access Key
Arguments
- access_key_id
(character) The access key ID for the access key ID and secret access key you want to delete. required.
- username
(character) A user name. optional. however, if you do not supply a username,
paws
will likely use the current user, and so may not be the user the access key id is associated - and then you'll get an error likeNoSuchEntity (HTTP 404). The Access Key with id xx cannot be found
Details
See https://www.paws-r-sdk.com/docs/iam_delete_access_key/ docs for more details
See also
Other users:
aws_user()
,
aws_user_access_key()
,
aws_user_add_to_group()
,
aws_user_create()
,
aws_user_current()
,
aws_user_delete()
,
aws_user_exists()
,
aws_users()
,
six_user_create()
,
six_user_delete()