> ## Documentation Index
> Fetch the complete documentation index at: https://docs.luly.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Delete Vector Store

> Remove a vector store from your account.

### Headers

<ParamField header="authorization" type="string" required={true}>
  Your API key for authentication.
</ParamField>

### Path Parameters

<ParamField header="vector_id" type="string" required={true}>
  The `vector_id` of the vector store to update.
</ParamField>

### Response

<ResponseField name="vector_id" type="string">
  The unique identifier for the vector store.

  Will start with “KB-”.
</ResponseField>

<ResponseExample>
  ```json Response
  {
    "message": "Vector deleted"
  }
  ```
</ResponseExample>
