Ask a question to get started
Enter to sendā¢Shift+Enter new line
Delete documents based on their IDs.
delete_documents_with_document_id( self, id_list: List[str], ) -> bool
Returns: Whether the deletion was successful or not.
id_list
List[str]
List of document IDs.