kb.delete
Delete a knowledge base document by its ID. After deletion, update the index page using kb.index to maintain consistency.
Instructions
Delete a KB document by ID. After deleting, regenerate the index page with kb.index.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | KB document ID to delete | |
| project_id | No | Optional project ID to scope the lookup |