Skip to content

Delete Action Connector

quicksight_delete_action_connector R Documentation

Hard deletes an action connector, making it unrecoverable

Description

Hard deletes an action connector, making it unrecoverable. This operation removes the connector and all its associated configurations. Any resources currently using this action connector will no longer be able to perform actions through it.

Usage

quicksight_delete_action_connector(AwsAccountId, ActionConnectorId)

Arguments

AwsAccountId

[required] The Amazon Web Services account ID that contains the action connector to delete.

ActionConnectorId

[required] The unique identifier of the action connector to delete.

Value

A list with the following syntax:

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

Request syntax

svc$delete_action_connector(
  AwsAccountId = "string",
  ActionConnectorId = "string"
)