curl --location --request POST 'https://open.teambition.com/api/task/links/delete' \
--header 'Authorization: Bearer <appAccessToken>' \
--header 'X-Tenant-Id: 50c32af35a87e6b2...' \
--header 'X-Tenant-Type: organization' \
--header 'Content-Type: application/json' \
--data-raw '{
"operatorId":"5a28e2036176bbde",
"taskId": "5e9d643d8fa73906f4cfc5ec",
"linkId": "5e9d6441e5c4d3086978b57b",
"linkType": "task"
}'
{
"code": 200,
"errorMessage": "",
"result": {}
}