Delete Dashboard
quicksight_delete_dashboard | R Documentation |
Deletes a dashboard¶
Description¶
Deletes a dashboard.
Usage¶
quicksight_delete_dashboard(AwsAccountId, DashboardId, VersionNumber)
Arguments¶
AwsAccountId |
[required] The ID of the Amazon Web Services account that contains the dashboard that you're deleting. |
DashboardId |
[required] The ID for the dashboard. |
VersionNumber |
The version number of the dashboard. If the version number property is provided, only the specified version of the dashboard is deleted. |
Value¶
A list with the following syntax:
list(
Status = 123,
Arn = "string",
DashboardId = "string",
RequestId = "string"
)
Request syntax¶
svc$delete_dashboard(
AwsAccountId = "string",
DashboardId = "string",
VersionNumber = 123
)