Chatbot / Client / delete_microsoft_teams_user_identity

delete_microsoft_teams_user_identity#

Chatbot.Client.delete_microsoft_teams_user_identity(**kwargs)#

Deletes a Teams user identity

See also: AWS API Documentation

Request Syntax

response = client.delete_microsoft_teams_user_identity(
    ChatConfigurationArn='string',
    UserId='string'
)
Parameters:
  • ChatConfigurationArn (string) – [REQUIRED] The ARN of the MicrosoftTeamsChannelConfiguration associated with the user identity to delete.

  • UserId (string) – [REQUIRED] Id from Microsoft Teams for user.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions