v4

OpenAPI 3.1.02026-08-01166346466.7 KB
stores

Delete store file

Delete a file from a store.

Args: store_identifier: The ID or name of the store. file_id: The ID or name of the file to delete.

Returns: VectorStoreFileDeleted: The deleted file details.

delete/v1/stores/{store_identifier}/files/{file_identifier}

Path parameters

string required
OR
string uuid required

The ID or name of the store

string required
OR
string uuid required

The ID or name of the file to delete

Response

The deleted store file details

idstring required

ID of the deleted file

deletedboolean

Whether the deletion was successful

object'store.file'

Type of the deleted object