Chatbot / Client / delete_slack_workspace_authorization

delete_slack_workspace_authorization#

Chatbot.Client.delete_slack_workspace_authorization(**kwargs)#

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.

See also: AWS API Documentation

Request Syntax

response = client.delete_slack_workspace_authorization(
    SlackTeamId='string'
)
Parameters:

SlackTeamId (string) – [REQUIRED] The ID of the Slack workspace authorized with AWS Chatbot.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions