Skip to content

Delete User Pool

cognitoidentityprovider_delete_user_pool R Documentation

Deletes a user pool

Description

Deletes a user pool. After you delete a user pool, users can no longer sign in to any associated applications.

Usage

cognitoidentityprovider_delete_user_pool(UserPoolId)

Arguments

UserPoolId

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

Value

An empty list.

Request syntax

svc$delete_user_pool(
  UserPoolId = "string"
)