aws-cognito-idp Verified for current stable LTS

Aws Cognito Idp Command: Delete User Pool

An engineer would use the 'aws cognito-idp delete-user-pool --user-pool-id {{user_pool_id}}' command when they need to permanently remove a user pool from AWS Cognito, typically during the decommissioning of an application or a migration to a different user management system. Exact CLI syntax to delete user pool using Aws Cognito Idp.

When to use this: An engineer would use the 'aws cognito-idp delete-user-pool --user-pool-id {{user_pool_id}}' command when they need to permanently remove a user pool from AWS Cognito, typically during the decommissioning of an application or a migration to a different user management system.
Destructive Command Warning

Destructive operation. Confirm the target path and keep a backup before executing.

Command Syntax

aws cognito-idp delete-user-pool --user-pool-id <user_pool_id>

Command Breakdown

--user-pool-id
Command Option
Tool-specific option used by this command invocation.

FAQ

Purpose: Exact syntax to delete user pool using Aws Cognito Idp.

Test path: Replace placeholders and run destructive commands in a disposable workspace first.

Flag behavior: Tool version, platform, and shell can change behavior.

Improve This Command

Suggest a correction, safer default, or version-specific note for this entry.

Related Operations

Back to Aws Cognito Idp directory