Skip to main content
DELETE
/
v1
/
vector_stores
/
{vector_store_id}
Delete Vector Store
curl --request DELETE \
  --url https://documents.absconsulting.com/v1/vector_stores/{vector_store_id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "object": "<string>",
  "deleted": true
}

Authorizations

Authorization
string
header
required

Bearer token for authentication

Path Parameters

vector_store_id
string
required

The ID of the vector store.

Response

Successful Response

id
string
required

The ID of the vector store.

object
string
required

The type of object.

deleted
boolean
required

Whether the vector store was deleted.