:doc:`SupportApp <../../support-app>` / Client / delete_slack_channel_configuration

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



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

  

  Deletes a Slack channel configuration from your Amazon Web Services account. This operation doesn't delete your Slack channel.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/support-app-2021-08-20/DeleteSlackChannelConfiguration>`_  


  **Request Syntax**
  ::

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

    The channel ID in Slack. This ID identifies a channel within a Slack workspace.

    

  
  :type teamId: string
  :param teamId: **[REQUIRED]** 

    The team ID in Slack. This ID uniquely identifies a Slack workspace, such as ``T012ABCDEFG``.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`SupportApp.Client.exceptions.ConflictException`

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

  
  *   :py:class:`SupportApp.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`SupportApp.Client.exceptions.InternalServerException`

  
  *   :py:class:`SupportApp.Client.exceptions.ValidationException`

  