delete_knowledge
Archive a knowledge file by slug (soft delete). The file is moved to _archived/ and can be restored later. Use when the user explicitly asks to remove a knowledge document.
[write-tier — first use may require a manager's approval; a from-now-on approval makes future calls seamless, a just-once approval re-asks next time.]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | The slug of the knowledge file to delete | |
| companyId | Yes | FreedomOS company id to act within (you must be a member). Required for company-scoped tools. |