Delete a vector store
Vector Stores
Delete a vector store
Permanently delete a vector store and all its associated data.
This endpoint performs a complete deletion of the vector store:
- Deletes the vector store from the third-party engine
- Removes all associated files and data
- Deletes the vector store record from the database
Warning: This operation is irreversible and will permanently delete all data.
Authentication:
- For SGP Knowledge Base, SGP credentials are required
Returns:
- Success message confirming deletion
Example Response:
{
"message": "Vector store deleted successfully"
}
DELETE
Delete a vector store

