:doc:`QBusiness <../../qbusiness>` / Client / delete_index

************
delete_index
************



.. py:method:: QBusiness.Client.delete_index(**kwargs)

  

  Deletes an Amazon Q Business index.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/qbusiness-2023-11-27/DeleteIndex>`_  


  **Request Syntax**
  ::

    response = client.delete_index(
        applicationId='string',
        indexId='string'
    )
    
  :type applicationId: string
  :param applicationId: **[REQUIRED]** 

    The identifier of the Amazon Q Business application the Amazon Q Business index is linked to.

    

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

    The identifier of the Amazon Q Business index.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`QBusiness.Client.exceptions.InternalServerException`

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

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

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

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

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

  