Skip to main content
DELETE
/
api
/
v1
/
vector_stores
/
{vector_store_id}
Delete Vector Store
curl --request DELETE \
  --url https://api.example.com/api/v1/vector_stores/{vector_store_id} \
  --header 'Authorization: Basic <encoded-value>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

vector_store_id
string<uuid>
required

Query Parameters

context_id
string<uuid> | null

Response

Successful Response