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

**************************************
delete_microsoft_teams_configured_team
**************************************



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

  

  Deletes the Microsoft Teams team authorization allowing for channels to be configured in that Microsoft Teams team. Note that the Microsoft Teams team must have no channels configured to remove it.

  

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


  **Request Syntax**
  ::

    response = client.delete_microsoft_teams_configured_team(
        TeamId='string'
    )
    
  :type TeamId: string
  :param TeamId: **[REQUIRED]** 

    The ID of the Microsoft Teams team authorized with AWS Chatbot.

     

    To get the team ID, you must perform the initial authorization flow with Microsoft Teams in the AWS Chatbot console. Then you can copy and paste the team ID from the console. For more information, see `Step 1\: Configure a Microsoft Teams client <https://docs.aws.amazon.com/chatbot/latest/adminguide/teams-setup.html#teams-client-setup>`__ in the *AWS Chatbot Administrator Guide*.

    

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

    
    ::

      {}
      
    **Response Structure**

    

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

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

  