:doc:`QApps <../../qapps>` / Client / delete_library_item

*******************
delete_library_item
*******************



.. py:method:: QApps.Client.delete_library_item(**kwargs)

  

  Deletes a library item for an Amazon Q App, removing it from the library so it can no longer be discovered or used by other users.

  

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


  **Request Syntax**
  ::

    response = client.delete_library_item(
        instanceId='string',
        libraryItemId='string'
    )
    
  :type instanceId: string
  :param instanceId: **[REQUIRED]** 

    The unique identifier of the Amazon Q Business application environment instance.

    

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

    The unique identifier of the library item to delete.

    

  
  
  :returns: None
  **Exceptions**
  
  *   :py:class:`QApps.Client.exceptions.ResourceNotFoundException`

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

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

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

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

  
  *   :py:class:`QApps.Client.exceptions.ServiceQuotaExceededException`

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

  