Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
aws
GitHub Repository: aws/aws-cli
Path: blob/develop/awscli/examples/cognito-identity/delete-identity-pool.rst
1567 views
**To delete identity pool**

The following ``delete-identity-pool`` example deletes the specified identity pool.

Command::

    aws cognito-identity delete-identity-pool \
        --identity-pool-id "us-west-2:11111111-1111-1111-1111-111111111111"

This command produces no output.