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

deleteRemoteIssueLinkByGlobalId

Delete remote issue link by global ID

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

Parameters

{
  "issueIdOrKey": {
    "description": "The ID or key of the issue.",
    "required": true,
    "location": "path",
    "type": "string"
  },
  "globalId": {
    "description": "The global ID of a remote issue link.",
    "required": true,
    "location": "query",
    "type": "string"
  }
}