Skip to main content

delete

AsyncMethod
This is a method of the VectorStoreProtocol class in the knowledge module.
Delete a record by ID

Signature

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

Parameters

id
&str
required
No description available.

Returns

Returns
Result<bool>
The result of the operation.