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

Authorizations

Authorization
string
header
required

Bearer token authentication using API key

Path Parameters

id
string
required

Knowledge base ID

Response

200
application/json
Knowledge base deleted successfully
status
enum<string>
Available options:
success,
failed