:doc:`Chatbot <../../chatbot>` / Client / delete_slack_workspace_authorization

************************************
delete_slack_workspace_authorization
************************************



.. py:method:: 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 <https://docs.aws.amazon.com/goto/WebAPI/chatbot-2017-10-11/DeleteSlackWorkspaceAuthorization>`_  


  **Request Syntax**
  ::

    response = client.delete_slack_workspace_authorization(
        SlackTeamId='string'
    )
    
  :type SlackTeamId: string
  :param SlackTeamId: **[REQUIRED]** 

    The ID of the Slack workspace authorized with AWS Chatbot.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`Chatbot.Client.exceptions.InvalidParameterException`

  
  *   :py:class:`Chatbot.Client.exceptions.DeleteSlackWorkspaceAuthorizationFault`

  