task
Remove a task relation
delete/tasks/{taskID}/relations/{relationKind}/{otherTaskID}
Path parameters
taskIDinteger required
Task ID
relationKindstring required
The kind of the relation. See the TaskRelation type for more info.
otherTaskIDinteger required
The id of the other task.
Request body
Response
The task relation was successfully deleted.