Learn R Programming

paws.analytics (version 0.1.6)

quicksight_delete_dashboard: Deletes a dashboard

Description

Deletes a dashboard.

Usage

quicksight_delete_dashboard(AwsAccountId, DashboardId, VersionNumber)

Arguments

AwsAccountId

[required] The ID of the AWS 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.

Request syntax

svc$delete_dashboard(
  AwsAccountId = "string",
  DashboardId = "string",
  VersionNumber = 123
)