Remove specific files from a vector store.
This endpoint removes files and their associated embeddings from the vector store:
Authentication:
Warning: This operation permanently removes files and their embeddings from the vector store.
Returns:
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"
}
API key for authentication
Selected Account ID
IDs of the parse results
Files removed from vector store successfully