Skip to content

Delete Topic

quicksight_delete_topic R Documentation

Deletes a topic

Description

Deletes a topic.

Usage

quicksight_delete_topic(AwsAccountId, TopicId)

Arguments

AwsAccountId

[required] The ID of the Amazon Web Services account that contains the topic that you want to delete.

TopicId

[required] The ID of the topic that you want to delete. 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",
  TopicId = "string",
  RequestId = "string",
  Status = 123
)

Request syntax

svc$delete_topic(
  AwsAccountId = "string",
  TopicId = "string"
)