Vector Stores
Delete Vector Store
Remove a vector store from your account.
POST
/
vectors
/
{vector_id}
/
delete
Headers
authorization
string
requiredYour API key for authentication.
Path Parameters
vector_id
string
requiredThe vector_id
of the vector store to update.
Response
vector_id
string
The unique identifier for the vector store.
Will start with “KB-”.