knowledge_delete
Soft-delete a knowledge-base item to remove it from knowledge listings without permanent deletion. Deactivates the item instantly; this action cannot be undone through the API.
Instructions
Soft-delete a knowledge-base item. The item is deactivated (isActive=false) and no longer appears in knowledge_list. This action is not reversible via the API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| itemId | Yes | KnowledgeBase item ID to soft-delete. | |
| brandId | No | Brand ID (defaults to active brand) |