Learn R Programming

paws.analytics (version 0.1.7)

quicksight_delete_data_source: Deletes the data source permanently

Description

Deletes the data source permanently. This action breaks all the datasets that reference the deleted data source.

Usage

quicksight_delete_data_source(AwsAccountId, DataSourceId)

Arguments

AwsAccountId

[required] The AWS account ID.

DataSourceId

[required] The ID of the data source. This ID is unique per AWS Region for each AWS account.

Request syntax

svc$delete_data_source(
  AwsAccountId = "string",
  DataSourceId = "string"
)