:doc:`kendra <../../kendra>` / Client / delete_experience

*****************
delete_experience
*****************



.. py:method:: kendra.Client.delete_experience(**kwargs)

  

  Deletes your Amazon Kendra experience such as a search application. For more information on creating a search application experience, see `Building a search experience with no code <https://docs.aws.amazon.com/kendra/latest/dg/deploying-search-experience-no-code.html>`__.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/DeleteExperience>`_  


  **Request Syntax**
  ::

    response = client.delete_experience(
        Id='string',
        IndexId='string'
    )
    
  :type Id: string
  :param Id: **[REQUIRED]** 

    The identifier of your Amazon Kendra experience you want to delete.

    

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

    The identifier of the index for your Amazon Kendra experience.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`kendra.Client.exceptions.AccessDeniedException`

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

  
  *   :py:class:`kendra.Client.exceptions.ConflictException`

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

  
  *   :py:class:`kendra.Client.exceptions.ThrottlingException`

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

  