Deletes a dashboard.
quicksight_delete_dashboard(AwsAccountId, DashboardId, VersionNumber)
[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 )