{
  "$type": "site.standard.document",
  "bskyPostRef": {
    "cid": "bafyreifc3fcvi47lu42gehdmgrsascpgg2prpqsmhucx2lwaavfxool3au",
    "uri": "at://did:plc:lk3jfj3zq4k4wxnk474axylu/app.bsky.feed.post/3mldltje2e5o2"
  },
  "path": "/t/vector-store-file-delete-is-not-removing-the-file-from-vector-store/1380495#post_1",
  "publishedAt": "2026-05-08T10:49:27.000Z",
  "site": "https://community.openai.com",
  "textContent": "I am using vector store api to delete the file from Vector Store. The response is successful, but it’s still showing the file in the vector store.\n\nHere is the API:\n\n\n    https://api.openai.com/v1/vector_stores/vs_69fc5568ff8481919cddb7afc0474a4a/files/file-9UrFabvtT5bvPnjoNMD44t\n\n\ngetting response:\n\n\n    {\n        \"id\": \"file-9UrFabvtT5bvPnjoNMD44t\",\n        \"object\": \"vector_store.file.deleted\",\n        \"deleted\": true\n    }\n\n\nBut still getting the file in the vector store files list.\n\nI have tried multiple times to delete the file, but it’s not being deleted from VectorStore.\n\nNote: I have been getting this problem since yesterday only; before that, it was working fine.",
  "title": "Vector Store file delete is not removing the file from vector store"
}