Skip to main content

Syntax

api.deleteKnowledgeSource(params)

Description

Deletes a Knowledge Source and the relative Knowledge Chunks. Parameters:
  • params: DeleteKnowledgeSourceParams — configuration object containing the source ID. The object contains the following parameters:
Returns: Promise<{}> — a promise that resolves to an empty object when the deletion is complete.

Example

Last modified on April 21, 2026