🔨 In Development — This section is still being developed and may change.
Permanently delete a vector store and remove all associated files.
DELETEhttps://api.freddy.aitronos.com/v1/organizations/{organization_id}/vector-stores/{vector_store_id}
Permanently removes a vector store. Files in the store are not deleted from organization storage, only their association with this store is removed.
organization_id string required
The unique identifier of the organization.
vector_store_id string required
The unique identifier of the vector store to delete.
A deletion confirmation response.