delete_key_result
Archive a key result (safe delete — recoverable, never hard-deleted). The KR is moved out of the objective's live list into a recoverable archive. Identify by title (preferred) or ID; optionally scope by parent objective. If the title is ambiguous it refuses and lists the matches — pass an ID to disambiguate.
[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 |
|---|---|---|---|
| companyId | Yes | FreedomOS company id to act within (you must be a member). Required for company-scoped tools. | |
| objective_id | No | ID of the parent objective (optional) | |
| key_result_id | No | ID of the key result (optional if using key_result_title) | |
| objective_title | No | Title of the parent objective, to scope the search (optional) | |
| key_result_title | No | Title of the key result to archive (use this or key_result_id) |