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

************************************
delete_microsoft_teams_user_identity
************************************



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

  

  Identifes a user level permission for a channel configuration.

  

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


  **Request Syntax**
  ::

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

    The ARN of the MicrosoftTeamsChannelConfiguration associated with the user identity to delete.

    

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

    The Microsoft Teams user ID.

    

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

    
    ::

      {}
      
    **Response Structure**

    

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

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

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

  