Chatbot / Client / delete_microsoft_teams_configured_team

delete_microsoft_teams_configured_team#

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

Request Syntax

response = client.delete_microsoft_teams_configured_team(
    TeamId='string'
)
Parameters:

TeamId (string) – [REQUIRED] The ID of the Microsoft 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 details, see steps 1-4 in Get started with Microsoft Teams in the AWS Chatbot Administrator Guide.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions