paws.security.identity (version 0.1.0)

cognitoidentity_delete_identity_pool: Deletes an identity pool

Description

Deletes an identity pool. Once a pool is deleted, users will not be able to authenticate with the pool.

Usage

cognitoidentity_delete_identity_pool(IdentityPoolId)

Arguments

IdentityPoolId

[required] An identity pool ID in the format REGION:GUID.

Request syntax

svc$delete_identity_pool(
  IdentityPoolId = "string"
)

Details

You must use AWS Developer credentials to call this API.