Delete Microsoft Teams Channel Configuration
chatbot_delete_microsoft_teams_channel_configuration | R Documentation |
Deletes a Microsoft Teams channel configuration for AWS Chatbot¶
Description¶
Deletes a Microsoft Teams channel configuration for AWS Chatbot
Usage¶
chatbot_delete_microsoft_teams_channel_configuration(
ChatConfigurationArn)
Arguments¶
ChatConfigurationArn |
[required] The Amazon Resource Name (ARN) of the MicrosoftTeamsChannelConfiguration associated with the user identity to delete. |
Value¶
An empty list.
Request syntax¶
svc$delete_microsoft_teams_channel_configuration(
ChatConfigurationArn = "string"
)