Deletes a dashboard.
quicksight_delete_dashboard(AwsAccountId, DashboardId, VersionNumber)
A list with the following syntax:
list(
Status = 123,
Arn = "string",
DashboardId = "string",
RequestId = "string"
)
[required] The ID of the AWS account that contains the dashboard that you're deleting.
[required] The ID for the dashboard.
The version number of the dashboard. If the version number property is provided, only the specified version of the dashboard is deleted.
svc$delete_dashboard(
AwsAccountId = "string",
DashboardId = "string",
VersionNumber = 123
)