There are more AWS SDK examples available in the AWS Doc SDK Examples
Use DeleteAccountPasswordPolicy
with a CLI
The following code examples show how to use DeleteAccountPasswordPolicy
.
- CLI
-
- AWS CLI
-
To delete the current account password policy
The following
delete-account-password-policy
command removes the password policy for the current account.aws iam delete-account-password-policy
This command produces no output.
For more information, see Setting an account password policy for IAM users in the AWS IAM User Guide.
-
For API details, see DeleteAccountPasswordPolicy
in AWS CLI Command Reference.
-
- PowerShell
-
- Tools for PowerShell
-
Example 1: This example deletes the password policy for the AWS account and resets all values to their original defaults. If a password policy does not currently exist, the following error message appears: The account policy with name PasswordPolicy cannot be found.
Remove-IAMAccountPasswordPolicy
-
For API details, see DeleteAccountPasswordPolicy in AWS Tools for PowerShell Cmdlet Reference.
-