Learn R Programming

paws.analytics (version 0.1.11)

quicksight_delete_data_set: Deletes a dataset

Description

Deletes a dataset.

Usage

quicksight_delete_data_set(AwsAccountId, DataSetId)

Arguments

AwsAccountId

[required] The AWS account ID.

DataSetId

[required] The ID for the dataset that you want to create. This ID is unique per AWS Region for each AWS account.

Value

A list with the following syntax:

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

Request syntax

svc$delete_data_set(
  AwsAccountId = "string",
  DataSetId = "string"
)