DeleteMicrosoftTeamsConfiguredTeam
Source:
src/AWS/Chatbot/DeleteMicrosoftTeamsConfiguredTeam.ts
Runtime binding for chatbot:DeleteMicrosoftTeamsConfiguredTeam.
Removes an onboarded Microsoft Teams team from AWS Chatbot — the drastic
end of offboarding automation. Existing channel configurations for the
team stop working until it is re-onboarded via the console OAuth flow.
Provide the implementation with
Effect.provide(AWS.Chatbot.DeleteMicrosoftTeamsConfiguredTeamHttp).
Microsoft Teams Identity Management
Section titled “Microsoft Teams Identity Management”const deleteMicrosoftTeamsConfiguredTeam = yield* AWS.Chatbot.DeleteMicrosoftTeamsConfiguredTeam();yield* deleteMicrosoftTeamsConfiguredTeam({ TeamId: "0a1b2c3d-4e5f-1a2b-3c4d-0a1b2c3d4e5f",});