:doc:`Chatbot <../../chatbot>` / Client / delete_microsoft_teams_channel_configuration

********************************************
delete_microsoft_teams_channel_configuration
********************************************



.. py:method:: Chatbot.Client.delete_microsoft_teams_channel_configuration(**kwargs)

  

  Deletes a Microsoft Teams channel configuration for AWS Chatbot

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/chatbot-2017-10-11/DeleteMicrosoftTeamsChannelConfiguration>`_  


  **Request Syntax**
  ::

    response = client.delete_microsoft_teams_channel_configuration(
        ChatConfigurationArn='string'
    )
    
  :type ChatConfigurationArn: string
  :param ChatConfigurationArn: **[REQUIRED]** 

    The Amazon Resource Name (ARN) of the MicrosoftTeamsChannelConfiguration associated with the user identity to delete.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`Chatbot.Client.exceptions.InvalidParameterException`

  
  *   :py:class:`Chatbot.Client.exceptions.InvalidRequestException`

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

  
  *   :py:class:`Chatbot.Client.exceptions.DeleteTeamsChannelConfigurationException`

  