Delete Brand
quicksight_delete_brand | R Documentation |
Deletes an Amazon QuickSight brand¶
Description¶
Deletes an Amazon QuickSight 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 Amazon QuickSight brand. |
Value¶
A list with the following syntax:
list(
RequestId = "string"
)
Request syntax¶
svc$delete_brand(
AwsAccountId = "string",
BrandId = "string"
)