Remove dependency
Removes a single predecessor link, leaving the task’s other dependencies untouched.
On success the API returns 204 No Content if the link existed and was removed, or 404 if the task and predecessor weren’t linked.
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
taskId | string (uuid) | Yes | The dependent task. |
predecessorId | string (uuid) | Yes | The predecessor to unlink. |