Skip to content

Delete User Pool Client

cognitoidentityprovider_delete_user_pool_client R Documentation

Allows the developer to delete the user pool client

Description

Allows the developer to delete the user pool client.

Usage

cognitoidentityprovider_delete_user_pool_client(UserPoolId, ClientId)

Arguments

UserPoolId

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

ClientId

[required] The app client ID of the app associated with the user pool.

Value

An empty list.

Request syntax

svc$delete_user_pool_client(
  UserPoolId = "string",
  ClientId = "string"
)