VectorStoreDeletionStatusOutput interface
Response object for deleting a vector store.
Properties
deleted | A value indicating whether deletion was successful. |
id | The ID of the resource specified for deletion. |
object | The object type, which is always 'vector_store.deleted'. |
Property Details
deleted
A value indicating whether deletion was successful.
deleted: boolean
Property Value
boolean
id
The ID of the resource specified for deletion.
id: string
Property Value
string
object
The object type, which is always 'vector_store.deleted'.
object: "vector_store.deleted"
Property Value
"vector_store.deleted"