Detach Subtask
kaiten_detach_subtaskRemove a subtask relationship between parent and child cards without deleting them. Verify the link exists beforehand to avoid silent success.
Instructions
Unlink child from parent; cards stay. Inverse of kaiten_attach_subtask. WARNING: Detaching a non-existent or wrong-pair link returns success silently. Verify the link exists via kaiten_list_subtasks(parentCardId) before relying on the success message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| childCardId | Yes | Child card ID | |
| parentCardId | Yes | Parent card ID |