Skip to content

Delete Data Source

quicksight_delete_data_source R Documentation

Deletes the data source permanently

Description

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

Usage

quicksight_delete_data_source(AwsAccountId, DataSourceId)

Arguments

AwsAccountId

[required] The Amazon Web Services account ID.

DataSourceId

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

Value

A list with the following syntax:

list(
  Arn = "string",
  DataSourceId = "string",
  RequestId = "string",
  Status = 123
)

Request syntax

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