Delete a knowledge base
Deletes a knowledge base and all its data. Requires ‘full’ scope.
POST
Delete a knowledge base
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Deletes a knowledge base and all its data. Requires ‘full’ scope.
curl --request POST \
--url https://api.svantic.com/knowledge_base/delete \
--header 'Content-Type: application/json' \
--data '
{
"namespace": "string"
}
'{
"ok": true
}curl --request POST \
--url https://api.svantic.com/knowledge_base/delete \
--header 'Content-Type: application/json' \
--data '
{
"namespace": "string"
}
'{
"ok": true
}