Nurama Developers
Task Relations

Remove a task relation

Deletes the relation and notifies the board's project channels. Requires update access on the task's board.

DELETE
/tasks/{taskId}/relations/{relationId}

Deletes the relation and notifies the board's project channels. Requires update access on the task's board.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

taskId*string
Formatuuid
relationId*string
Formatuuid

Response Body

application/json

curl -X DELETE "https://example.com/tasks/497f6eca-6276-4993-bfeb-53cbbbba6f08/relations/497f6eca-6276-4993-bfeb-53cbbbba6f08"
{  "message": "Relation removed"}