Skip to main content
DELETE
/
knowledge-base
/
{id}
Delete a knowledge base
curl --request DELETE \
  --url https://api.vectorshift.ai/v1/knowledge-base/{id} \
  --header 'Authorization: Bearer <token>'
{
  "status": "success"
}

Documentation Index

Fetch the complete documentation index at: https://docs.vectorshift.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer token authentication using API key

Path Parameters

id
string
required

Knowledge base ID

Response

Knowledge base deleted successfully

status
enum<string>
Available options:
success,
failed