deleteRemoteIssueLinkById
Delete remote issue link by ID
DELETE /rest/api/3/issue/{issueIdOrKey}/remotelink/{linkId} HTTP/1.1Parameters
{
"issueIdOrKey": {
"description": "The ID or key of the issue.",
"required": true,
"location": "path",
"type": "string"
},
"linkId": {
"description": "The ID of a remote issue link.",
"required": true,
"location": "path",
"type": "string"
}
}