Task Relations
Remove a task relation
Deletes the relation and notifies the board's project channels. Requires update access on the task's board.
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
Format
uuidrelationId*string
Format
uuidResponse Body
application/json
curl -X DELETE "https://example.com/tasks/497f6eca-6276-4993-bfeb-53cbbbba6f08/relations/497f6eca-6276-4993-bfeb-53cbbbba6f08"{ "message": "Relation removed"}