deleteIdentityPool
inline suspend fun CognitoIdentityClient.deleteIdentityPool(crossinline block: DeleteIdentityPoolRequest.Builder.() -> Unit): DeleteIdentityPoolResponse
Deletes an identity pool. Once a pool is deleted, users will not be able to authenticate with the pool.
You must use AWS Developer credentials to call this API.