Skip to content

Delete Microsoft Teams Configured Team

chatbot_delete_microsoft_teams_configured_team R Documentation

Deletes the Microsoft Teams team authorization allowing for channels to be configured in that Microsoft Teams team

Description

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.

Usage

chatbot_delete_microsoft_teams_configured_team(TeamId)

Arguments

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 in the AWS Chatbot Administrator Guide.

Value

An empty list.

Request syntax

svc$delete_microsoft_teams_configured_team(
  TeamId = "string"
)