Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.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.
- PowerShell
-
- Tools for PowerShell V4
-
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
- Tools for PowerShell V5
-
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 a complete list of AWS SDK developer guides and code examples, see
Using this service with an AWS SDK.
This topic also includes information about getting started and details about previous SDK versions.