:doc:`ConnectWisdomService <../../wisdom>` / Client / delete_assistant_association

****************************
delete_assistant_association
****************************



.. py:method:: ConnectWisdomService.Client.delete_assistant_association(**kwargs)

  

  Deletes an assistant association.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/wisdom-2020-10-19/DeleteAssistantAssociation>`_  


  **Request Syntax**
  ::

    response = client.delete_assistant_association(
        assistantAssociationId='string',
        assistantId='string'
    )
    
  :type assistantAssociationId: string
  :param assistantAssociationId: **[REQUIRED]** 

    The identifier of the assistant association. Can be either the ID or the ARN. URLs cannot contain the ARN.

    

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

    The identifier of the Wisdom assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`ConnectWisdomService.Client.exceptions.ValidationException`

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

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

  