Delete Vector Store File
openai_delete_vector_store_fileRemove a file from a vector store, making it unsearchable without deleting the original file.
Instructions
Remove a file from a vector store (does NOT delete the underlying OpenAI file).
After removal, the file will no longer be searchable in this vector store. To delete the file entirely, use openai_delete_file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vector_store_id | Yes | The ID of the vector store. | |
| file_id | Yes | The ID of the vector store file to delete. |