delete_knowledge_source
Remove a knowledge source and its chunks from a knowledge store. Use dryRun=false to permanently delete; document content becomes unsearchable after deletion.
Instructions
Deletes a Cognigy.AI knowledge source and all its chunks. WARNING: This is destructive. The document content will no longer be searchable. MUTATING: Set dryRun=false to delete.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dryRun | No | If true (default), validates without deleting. Set to false to actually delete. | |
| sourceId | Yes | The knowledge source ID to delete | |
| knowledgeStoreId | Yes | The knowledge store ID containing the source |