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

NameTypeRequiredDescription
taskIdstring (uuid)YesThe dependent task.
predecessorIdstring (uuid)YesThe predecessor to unlink.