delete_plan
Archive a plan by marking it as 'archived' for soft deletion. The plan remains recoverable through update_plan with restore option, avoiding permanent removal.
Instructions
Soft-delete a plan by setting status='archived'. Recoverable via update_plan({status: 'active', restore: true}). Hard delete is not agent-callable — use REST + admin token if absolutely needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plan_id | Yes | ||
| reason | No | Logged for audit. |