cognitoidentityprovider_delete_managed_login_branding {paws.security.identity} | R Documentation |
Deletes a managed login branding style
Description
Deletes a managed login branding style. When you delete a style, you delete the branding association for an app client. When an app client doesn't have a style assigned, your managed login pages for that app client are nonfunctional until you create a new style or switch the domain branding version.
See https://www.paws-r-sdk.com/docs/cognitoidentityprovider_delete_managed_login_branding/ for full documentation.
Usage
cognitoidentityprovider_delete_managed_login_branding(
ManagedLoginBrandingId,
UserPoolId
)
Arguments
ManagedLoginBrandingId |
[required] The ID of the managed login branding style that you want to delete. |
UserPoolId |
[required] The ID of the user pool that contains the managed login branding style that you want to delete. |
[Package paws.security.identity version 0.9.0 Index]