Deletes a remote issue link from an issue.This operation requires issue linking to be active.This operation can be accessed anonymously.Permissions required:
Browse projects, Edit issues, and Link issuesproject permission for the project that the issue is in.
If issue-level security is configured, issue-level security permission to view the issue.
Request
Path Params
Responses
🟢204Returned if the request is successful.
application/json
Body
🟠400Returned if the link ID is invalid or the remote issue link does not belong to the issue.
🟠401Returned if the authentication credentials are incorrect or missing.
🟠403Returned if the user does not have permission to link issues.
🟠404Returned if the issue or remote issue link is not found or the user does not have permission to view the issue.