Delete Account Custom Permission
| quicksight_delete_account_custom_permission | R Documentation |
Unapplies a custom permissions profile from an account¶
Description¶
Unapplies a custom permissions profile from an account.
Usage¶
quicksight_delete_account_custom_permission(AwsAccountId)
Arguments¶
AwsAccountId |
[required] The ID of the Amazon Web Services account from which you want to unapply the custom permissions profile. |
Value¶
A list with the following syntax:
list(
RequestId = "string",
Status = 123
)
Request syntax¶
svc$delete_account_custom_permission(
AwsAccountId = "string"
)