paws.security.identity (version 0.1.0)

cognitoidentityprovider_delete_user_pool_client: 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.

Request syntax

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