remove_task_link
Remove a specific typed link between a source and target task. Reports false if the relationship was already missing.
Instructions
WRITE. Removes one exact typed relationship from a source task. Returns removed=false when the relationship was already absent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | ||
| agent | No | ||
| sourceTaskId | Yes | ||
| targetTaskId | Yes | ||
| sourceProjectId | Yes | ||
| targetProjectId | Yes |