Delete Slack Channel Configuration
supportapp_delete_slack_channel_configuration | R Documentation |
Deletes a Slack channel configuration from your Amazon Web Services account¶
Description¶
Deletes a Slack channel configuration from your Amazon Web Services account. This operation doesn't delete your Slack channel.
Usage¶
supportapp_delete_slack_channel_configuration(channelId, teamId)
Arguments¶
channelId |
[required] The channel ID in Slack. This ID identifies a channel within a Slack workspace. |
teamId |
[required] The team ID in Slack. This ID uniquely identifies a
Slack workspace, such as |
Value¶
An empty list.
Request syntax¶
svc$delete_slack_channel_configuration(
channelId = "string",
teamId = "string"
)