QuickSight / Client / delete_action_connector

delete_action_connector

QuickSight.Client.delete_action_connector(**kwargs)

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.

See also: AWS API Documentation

Request Syntax

response = client.delete_action_connector(
    AwsAccountId='string',
    ActionConnectorId='string'
)
Parameters:
  • AwsAccountId (string) –

    [REQUIRED]

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

  • ActionConnectorId (string) –

    [REQUIRED]

    The unique identifier of the action connector to delete.

Return type:

dict

Returns:

Response Syntax

{
    'Arn': 'string',
    'ActionConnectorId': 'string',
    'RequestId': 'string',
    'Status': 123
}

Response Structure

  • (dict) –

    • Arn (string) –

      The Amazon Resource Name (ARN) of the deleted action connector.

    • ActionConnectorId (string) –

      The unique identifier of the deleted action connector.

    • RequestId (string) –

      The Amazon Web Services request ID for this operation.

    • Status (integer) –

      The HTTP status code of the request.

Exceptions

  • QuickSight.Client.exceptions.ThrottlingException

  • QuickSight.Client.exceptions.InvalidParameterValueException

  • QuickSight.Client.exceptions.InternalFailureException

  • QuickSight.Client.exceptions.ResourceNotFoundException

  • QuickSight.Client.exceptions.AccessDeniedException