Delete User Pool Client Secret
| cognitoidentityprovider_delete_user_pool_client_secret | R Documentation |
Deletes a specific client secret from a user pool app client¶
Description¶
Deletes a specific client secret from a user pool app client. You cannot delete the last remaining secret for an app client.
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. |
Value¶
An empty list.
Request syntax¶
svc$delete_user_pool_client_secret(
UserPoolId = "string",
ClientId = "string",
ClientSecretId = "string"
)