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

*******************************
disassociate_from_configuration
*******************************



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

  

  Unlink a resource, for example a custom action, from a channel configuration.

  

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


  **Request Syntax**
  ::

    response = client.disassociate_from_configuration(
        Resource='string',
        ChatConfiguration='string'
    )
    
  :type Resource: string
  :param Resource: **[REQUIRED]** 

    The resource (for example, a custom action) Amazon Resource Name (ARN) to unlink.

    

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

    The channel configuration the resource is being disassociated from.

    

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

    
    ::

      {}
      
    **Response Structure**

    

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

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

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

  