Skip to content

Delete Identity Pool

cognitoidentity_delete_identity_pool R Documentation

Deletes an identity pool

Description

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.

Usage

cognitoidentity_delete_identity_pool(IdentityPoolId)

Arguments

IdentityPoolId

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

Value

An empty list.

Request syntax

svc$delete_identity_pool(
  IdentityPoolId = "string"
)