kaiten_remove_planned_relation
Remove a planned successor link between two cards by specifying the predecessor card ID and the successor card ID to unlink. Breaks the planned relation to adjust task dependencies.
Instructions
Remove a planned relation (successor link) between two cards. card_id is the predecessor, target_card_id is the successor.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| card_id | Yes | ID of the source (predecessor) card. | |
| target_card_id | Yes | ID of the target (successor) card to unlink. |