Delete Source
Remove a knowledge source and its indexed content.
DELETE
/knowledge/delete/{source_id}Delete a knowledge source. Removes the source and all its indexed vector chunks.
Path Parameters
Knowledge source ID
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
source_id | integer | Yes | The knowledge source ID (from List or Add responses) |
Response 204
No content. The source and all its indexed chunks have been permanently deleted.
Warning: This action is irreversible. The agent will no longer be able to retrieve information from this source.
Errors
| Code | Description |
|---|---|
401 | Missing or invalid authentication |
404 | Source not found |