Skip to main content
POST
/
knowledge_base
/
delete_source
Delete a source
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.

Body

application/json
namespace
string
required
source_id
string
required

Response

Source deleted.

ok
boolean
required