unlink_intentions
Remove a dependency edge from a plan by providing its ID and a reason for removal. Helps manage and audit plan relationships.
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. |