v51

latestSwagger 2.0AGPL-3.0-or-laterraw.githubusercontent.com2026-08-0116998415.7 KB
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

createdstring

A timestamp when this label was created. You cannot change this value.

other_task_idinteger

The ID of the other task, the task which is being related.

relation_kind'unknown' | 'subtask' | 'parenttask' | 'related' | 'duplicateof' | 'duplicates' | 'blocking' | 'blocked' | 'precedes' | 'follows' | 'copiedfrom' | 'copiedto'
task_idinteger

The ID of the "base" task, the task which has a relation to another.

Response

The task relation was successfully deleted.

messagestring

A standard message.