Remove files from vector store
Vector Stores
Remove files from vector store
Remove specific files from a vector store.
This endpoint removes files and their associated embeddings from the vector store:
- Removes files from the third-party vector store engine
- Deletes file associations from the database
- All embeddings and searchable content for these files are permanently removed
Authentication:
- Credentials can be provided either through project-level credentials or request-level credentials
- For SGP Knowledge Base, SGP credentials are required
Warning: This operation permanently removes files and their embeddings from the vector store.
Returns:
- Success message confirming file removal
Example Request:
{
"parse_result_ids": ["parse_123", "parse_456"],
"credentials": {
"sgp": {
"api_key": "your-api-key",
"base_url": "https://api.example.com"
}
}
}
Example Response:
{
"message": "Files removed from vector store successfully"
}
DELETE
Remove files from vector store
Documentation Index
Fetch the complete documentation index at: https://docs.gp.scale.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key for authentication
Selected Account ID
Body
application/json
IDs of the parse results
Response
Files removed from vector store successfully

