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