Skip to content

Delete User Pool

cognitoidentityprovider_delete_user_pool R Documentation

Deletes the specified Amazon Cognito user pool

Description

Deletes the specified Amazon Cognito user pool.

Usage

cognitoidentityprovider_delete_user_pool(UserPoolId)

Arguments

UserPoolId

[required] The user pool ID for the user pool you want to delete.

Value

An empty list.

Request syntax

svc$delete_user_pool(
  UserPoolId = "string"
)