Delete Custom Permissions
quicksight_delete_custom_permissions | R Documentation |
Deletes a custom permissions profile¶
Description¶
Deletes a custom permissions profile.
Usage¶
quicksight_delete_custom_permissions(AwsAccountId,
CustomPermissionsName)
Arguments¶
AwsAccountId |
[required] The ID of the Amazon Web Services account that contains the custom permissions profile that you want to delete. |
CustomPermissionsName |
[required] The name of the custom permissions profile that you want to delete. |
Value¶
A list with the following syntax:
list(
Status = 123,
Arn = "string",
RequestId = "string"
)
Request syntax¶
svc$delete_custom_permissions(
AwsAccountId = "string",
CustomPermissionsName = "string"
)