Task Links
Unlink two tasks
Removes the link between two tasks in both directions.
Removes the link between two tasks in both directions.
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
taskId*string
Format
uuidlinkedTaskId*string
Format
uuidResponse 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"}