:doc:`QuickSight <../../quicksight>` / Client / delete_action_connector

***********************
delete_action_connector
***********************



.. py:method:: 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 <https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DeleteActionConnector>`_  


  **Request Syntax**
  ::

    response = client.delete_action_connector(
        AwsAccountId='string',
        ActionConnectorId='string'
    )
    
  :type AwsAccountId: string
  :param AwsAccountId: **[REQUIRED]** 

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

    

  
  :type ActionConnectorId: string
  :param ActionConnectorId: **[REQUIRED]** 

    The unique identifier of the action connector to delete.

    

  
  
  :rtype: 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**
  
  *   :py:class:`QuickSight.Client.exceptions.ThrottlingException`

  
  *   :py:class:`QuickSight.Client.exceptions.InvalidParameterValueException`

  
  *   :py:class:`QuickSight.Client.exceptions.InternalFailureException`

  
  *   :py:class:`QuickSight.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`QuickSight.Client.exceptions.AccessDeniedException`

  