Skip to main content
DELETE
/
v1
/
projects
/
{project_id}
/
vector-stores
/
{vector_store_id}
Delete a vector store
curl --request DELETE \
  --url https://api.example.com/v1/projects/{project_id}/vector-stores/{vector_store_id} \
  --header 'x-api-key: <api-key>' \
  --header 'x-selected-account-id: <api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Authorizations

x-api-key
string
header
required

API key for authentication

x-selected-account-id
string
header
required

Selected Account ID

Path Parameters

project_id
string
required
vector_store_id
string
required

Response

Vector store deleted successfully