unlink_intentions
Remove a dependency between planning items by providing the dependency ID and plan ID. Logs the reason for removal to maintain an audit trail.
Instructions
Remove a dependency edge by id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dependency_id | Yes | ||
| plan_id | Yes | Plan that owns the dependency. Required for the route. | |
| reason | No | Why removed. Logged for audit. |