Unlink Subtask
remove_subtaskRemoves a subtask relationship between two cards by clearing the child's parent reference and removing the parent's subtask entry.
Instructions
Reverse of add_subtask — removes the child's parentTask field and prunes the parent's subtaskRefs entry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspaceId | Yes | Workspace ID | |
| boardId | Yes | Board ID | |
| parentCardId | Yes | Card ID of the parent | |
| parentTaskNumber | No | Parent task number | |
| childCardId | Yes | Card ID of the child | |
| childTaskNumber | No | Child task number |