Skip to main content

delete

AsyncMethod
This is a method of the KnowledgeStoreProtocol class in the knowledge module.
Delete an item

Signature

async def delete(&mut self, item_id: &str) -> Result<bool>

Parameters

item_id
&str
required
No description available.

Returns

Returns
Result<bool>
The result of the operation.