There are more AWS SDK examples available in the AWS Doc SDK Examples
Use DeleteIdentityPool
with an AWS SDK or CLI
The following code examples show how to use DeleteIdentityPool
.
- AWS CLI
-
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.
-
For API details, see DeleteIdentityPool
in AWS CLI Command Reference.
-