External Publication
Visit Post

Vector Store file delete is not removing the file from vector store

OpenAI Developer Community May 12, 2026
Source

Thank you for fixing the issue. It seems to be working now. But there seems to be another error now. The response of delete is the same for any file ID to be deleted. No matter which store is selected, the response is the same. For example, I have a file file-ADnWL7dAg8HKXPgqzEyyxd in store vs_69f8235f687081919e9c5f2dabcbda3d And when I try to delete this file from another store, the response is success (even when the file is not actually deleted)

I tried to delete a file (file-ADnWL7dAg8HKXPgqzEyyxd which originally belongs to vs_69f8235f687081919e9c5f2dabcbda3d store ) from another store vs_69fc5568ff8481919cddb7afc0474a4a and got a successful response; however, the file is not deleted in this case (which is expected, since the file doesn’t belong to that store). It’s just about the response of the delete API.

Discussion in the ATmosphere

Loading comments...