Skip to contents

Deletes a specific client secret from a user pool app client. You cannot delete the last remaining secret for an app client.

See https://www.paws-r-sdk.com/docs/cognitoidentityprovider_delete_user_pool_client_secret/ for full documentation.

Usage

cognitoidentityprovider_delete_user_pool_client_secret(
  UserPoolId,
  ClientId,
  ClientSecretId
)

Arguments

UserPoolId

[required] The ID of the user pool that contains the app client.

ClientId

[required] The ID of the app client from which you want to delete the secret.

ClientSecretId

[required] The unique identifier of the client secret you want to delete.