Skip to content

Delete Managed Login Branding

cognitoidentityprovider_delete_managed_login_branding 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.

Amazon Cognito evaluates Identity and Access Management (IAM) policies in requests for this API operation. For this operation, you must use IAM credentials to authorize requests, and you must grant yourself the corresponding IAM permission in a policy.

Learn more

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.

Value

An empty list.

Request syntax

svc$delete_managed_login_branding(
  ManagedLoginBrandingId = "string",
  UserPoolId = "string"
)