delete_knowledge_chunk
Validate and delete a knowledge chunk from a store. Set dryRun to false to permanently remove and stop RAG search.
Instructions
Deletes a Cognigy.AI knowledge chunk. The content will no longer be searchable via RAG. 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. | |
| chunkId | Yes | The knowledge chunk ID to delete | |
| sourceId | Yes | The knowledge source ID containing the chunk | |
| knowledgeStoreId | Yes | The knowledge store ID |