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

**********************************
delete_slack_channel_configuration
**********************************



.. py:method:: Chatbot.Client.delete_slack_channel_configuration(**kwargs)

  

  Deletes a Slack channel configuration for AWS Chatbot

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/chatbot-2017-10-11/DeleteSlackChannelConfiguration>`_  


  **Request Syntax**
  ::

    response = client.delete_slack_channel_configuration(
        ChatConfigurationArn='string'
    )
    
  :type ChatConfigurationArn: string
  :param ChatConfigurationArn: **[REQUIRED]** 

    The Amazon Resource Name (ARN) of the SlackChannelConfiguration to delete.

    

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

    
    ::

      {}
      
    **Response Structure**

    

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

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

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

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

  