Use DeleteAccountPasswordPolicy with an AWS SDK or CLI - AWS Identity and Access Management

Use DeleteAccountPasswordPolicy with an AWS SDK or 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

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 IAM with an AWS SDK. This topic also includes information about getting started and details about previous SDK versions.