Delete knowledge base
delete_vector_storePermanently delete a vector store. If it is still attached to agents, pass force=true to detach-then-delete.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| force | No | Detach from any agents first, then delete. Default false (fails if still attached). | |
| store_id | Yes | Id of the vector store to delete. |