Sign in

Delete vector store file

documented

Delete vector store file.

DELETE /vector_stores/{vector_store_id}/files/{file_id}Vector Storesno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl \"https://api.openai.com/v1/vector_stores/{{$vector_store_id}}/files/{{$file_id}}\" \\n  -X DELETE \\n  -H \"Authorization: Bearer {{OPENAI_API_KEY}}\" \\n  -H \"Content-Type: application/json\" \\n  -H \"Accept: application/json\" \\n  -H \"OpenAI-Beta: assistants=v2\"
Delete vector store file · OpenAI · OpenIntegrations