curl --location --request DELETE 'https://open.teambition.com/api/v3/task//objectlinks/' \
--header 'Authorization: Bearer <appAccessToken>' \
--header 'X-Tenant-Id: 50c32af35a87e6b2...' \
--header 'X-Tenant-Type: organization'
{
"result": {
"id": "string"
},
"code": "string",
"errorMessage": "string"
}