Skip to content

Delete Brand

quicksight_delete_brand R Documentation

This API permanently deletes the specified Quick Sight brand

Description

This API permanently deletes the specified Quick Sight brand. When you delete a brand:

  • The brand and all its associated branding elements are permanently removed

  • Any applications or dashboards using this brand will revert to default styling

  • This action cannot be undone through the API

Before proceeding: Verify that the brand is no longer needed and consider the impact on any applications currently using this brand.

Deletes an Quick Sight brand.

Usage

quicksight_delete_brand(AwsAccountId, BrandId)

Arguments

AwsAccountId

[required] The ID of the Amazon Web Services account that owns the brand.

BrandId

[required] The ID of the Quick brand.

Value

A list with the following syntax:

list(
  RequestId = "string"
)

Request syntax

svc$delete_brand(
  AwsAccountId = "string",
  BrandId = "string"
)