Nurama Developers
Task Links

Unlink two tasks

Removes the link between two tasks in both directions.

DELETE
/tasks/{taskId}/links/{linkedTaskId}

Removes the link between two tasks in both directions.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

taskId*string
Formatuuid
linkedTaskId*string
Formatuuid

Response Body

application/json

application/json

application/json

curl -X DELETE "https://example.com/tasks/497f6eca-6276-4993-bfeb-53cbbbba6f08/links/497f6eca-6276-4993-bfeb-53cbbbba6f08"
{  "message": "Tasks unlinked"}