Delete Slack Channel Configuration
chatbot_delete_slack_channel_configuration | R Documentation |
Deletes a Slack channel configuration for AWS Chatbot¶
Description¶
Deletes a Slack channel configuration for AWS Chatbot
Usage¶
chatbot_delete_slack_channel_configuration(ChatConfigurationArn)
Arguments¶
ChatConfigurationArn |
[required] The Amazon Resource Name (ARN) of the SlackChannelConfiguration to delete. |
Value¶
An empty list.
Request syntax¶
svc$delete_slack_channel_configuration(
ChatConfigurationArn = "string"
)