Ask a question to get started
Enter to sendā¢Shift+Enter new line
This function deletes an item from the store based on the item_id. Args: ids: A list of IDs of the documents to be deleted. If None, deletes all documents. Returns: Optional[bool]: True if documents were deleted, False otherwise.
delete( self, ids: Optional[List[str]] = None, **kwargs: Any = {} ) -> Optional[bool]