Skip to main content
POST
/
v5
/
vector-stores
/
{vector_store_name}
/
drop
Drop Vector Store
curl --request POST \
  --url https://api.egp.scale.com/v5/vector-stores/{vector_store_name}/drop \
  --header 'x-api-key: <api-key>'
{
  "name": "<string>"
}

Authorizations

x-api-key
string
header
required

Headers

x-selected-account-id
string | null

Path Parameters

vector_store_name
string
required

The name of the vector store

Response

Successful Response

Response for vector store deletion.

name
string
required

The name of the deleted vector store