:doc:`ConnectWisdomService <../../wisdom>` / Client / remove_knowledge_base_template_uri

**********************************
remove_knowledge_base_template_uri
**********************************



.. py:method:: ConnectWisdomService.Client.remove_knowledge_base_template_uri(**kwargs)

  

  Removes a URI template from a knowledge base.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/wisdom-2020-10-19/RemoveKnowledgeBaseTemplateUri>`_  


  **Request Syntax**
  ::

    response = client.remove_knowledge_base_template_uri(
        knowledgeBaseId='string'
    )
    
  :type knowledgeBaseId: string
  :param knowledgeBaseId: **[REQUIRED]** 

    The identifier of the knowledge base. This should not be a QUICK_RESPONSES type knowledge base if you're storing Wisdom Content resource to it. Can be either the ID or the ARN. URLs cannot contain the ARN.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`ConnectWisdomService.Client.exceptions.ValidationException`

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

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

  