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

ParameterTypeRequiredDescription
source_idintegerYesThe 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

CodeDescription
401Missing or invalid authentication
404Source not found

On this page