Delete Brand Assignment
quicksight_delete_brand_assignment | R Documentation |
Deletes a brand assignment¶
Description¶
Deletes a brand assignment.
Usage¶
quicksight_delete_brand_assignment(AwsAccountId)
Arguments¶
AwsAccountId |
[required] The ID of the Amazon Web Services account that owns the brand assignment. |
Value¶
A list with the following syntax:
list(
RequestId = "string"
)
Request syntax¶
svc$delete_brand_assignment(
AwsAccountId = "string"
)