User pool deletion protection - Amazon Cognito
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

User pool deletion protection

To make it so that your administrators don't accidentally delete your user pool, activate deletion protection. With deletion protection active, you must confirm that you want to delete your user pool before you delete it. When you delete a user pool in the Amazon Web Services Management Console, you can deactivate deletion protection at the same time. When you accept the prompt to deactivate deletion protection and confirm your intention to delete, as shown in the following image, Amazon Cognito deletes your user pool.


      A screenshot from the Amazon Web Services Management Console showing a prompt to delete a user pool with an
        included prompt to also deactivate deletion protection.

When you want to delete a user pool with an Amazon Cognito API request, you must first change DeletionProtection to Inactive in an UpdateUserPool request. If you don't deactivate deletion protection, Amazon Cognito returns an InvalidParameterException error. After you deactivate deletion protection, you can delete the user pool in a DeleteUserPool request.

Amazon Cognito activates Deletion protection by default when you create a new user pool in the Amazon Web Services Management Console. When you create a user pool with the CreateUserPool API, deletion protection is inactive by default. To use this feature in user pools that you create with the Amazon CLI or an Amazon SDK, set the DeletionProtection parameter to True.

You can activate or deactivate deletion protection status in the Deletion protection container in the User pool settings tab in the Amazon Cognito console.

To configure deletion protection

  1. Go to the Amazon Cognito console. You might be prompted for your Amazon credentials.

  2. Choose User Pools.

  3. Choose an existing user pool from the list, or create a user pool.

  4. Choose the User pool settings tab. Locate Deletion Protection and select Activate or Deactivate.

  5. Confirm your choice in the next dialogue.