delete
AsyncMethod
This is a method of the KnowledgeStoreProtocol class in the knowledge module.Delete an item
Signature
Parameters
No description available.
Returns
The result of the operation.
delete: Delete an item
This is a method of the KnowledgeStoreProtocol class in the knowledge module.Delete an item
async def delete(&mut self, item_id: &str) -> Result<bool>