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

# Delete Knowledge Base

> Remove a knowledge base from your account.

### Headers

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

### Path Parameters

<ParamField path="vector_id" type="string" required>
  The `vector_id` of the knowledge base to delete.
</ParamField>

<ResponseExample>
  ```json theme={null}
  {
    "message": "Knowledge base deleted"
  }
  ```
</ResponseExample>

***

Docs for agents: [llms.txt](/llms.txt)
