DeleteAccessKey #
Overview #
Deletes the access key pair associated with the specified IAM user.
AWS API Reference: https://docs.aws.amazon.com/IAM/latest/APIReference/API_DeleteAccessKey.html
Method #
DELETE_ACCESS_KEY
Import parameters #
This method uses the following import parameters:
-
i_access_key
Required: Yes.
The new access key of AWS account.
Export Parameters #
This method use the following export parameters:
-
e_http_status
HTTP Status code. Returns 200 if no errors found.
-
e_response_headers
Returns information about the request in format Name/Value pair values.
-
e_response_content
Returns response information.
-
e_access_key_id
Returns the access key of AWS account.
-
e_secret_access_key
Returns the secret access key of AWS account.