Open Context Protocol is live! 🚀 Read the launch post
deleteRemoteIssueLinkById

deleteRemoteIssueLinkById

Delete remote issue link by ID

DELETE /rest/api/3/issue/{issueIdOrKey}/remotelink/{linkId} HTTP/1.1

Parameters

{
  "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"
  }
}