Delete Slack Workspace Authorization
| chatbot_delete_slack_workspace_authorization | R Documentation |
Deletes the Slack workspace authorization that allows channels to be configured in that workspace¶
Description¶
Deletes the Slack workspace authorization that allows channels to be configured in that workspace. This requires all configured channels in the workspace to be deleted.
Usage¶
chatbot_delete_slack_workspace_authorization(SlackTeamId)
Arguments¶
SlackTeamId |
[required] The ID of the Slack workspace authorized with AWS Chatbot. |
Value¶
An empty list.
Request syntax¶
svc$delete_slack_workspace_authorization(
SlackTeamId = "string"
)