”
], { type: “text/html” }
);
const iframe = document.createElement(“iframe”);
iframe.src = URL.createObjectURL(blob);
iframe.style.cssText = “width:100%;height:100%;border:0;”;
container.appendChild(iframe);
attachIframeMessageListener(iframe);
}
const observer = new IntersectionObserver((entries, obs) => {
const entry = entries[0];
if (entry.isIntersecting) {
obs.unobserve(entry.target);
requestIdleCallback(() => {
initWidget(entry.target);
}, {
timeout: 200
});
}
}, {
root: null,
rootMargin: “300px 0px”,
threshold: 0.01
});
requestIdleCallback(() => {
$all(“.nl-inline-form-container”).forEach((c) => {
observer.observe(c);
});
});
})();
Here are four superstars who may wrestle their final WWE match in 2026:
#4. AJ Styles
AJ Styles is one of the most decorated stars in pro wrestling, having an elite career. However, The Phenomenal One made it clear that he will retire in 2026. Regardless of that, many believe that he could come out of retirement at some point to sporadically wrestle in major events like WrestleMania. However, that may not happen.
Styles may wrestle his final WWE match next year and never return to the action again. He might bid adieu to his in-ring career once and for all. The 48-year-old is currently at a point where he is content with his career. AJ Styles also revealed in various interviews that his body has started to give up and that he would have to close the chapter of his wrestling career.
#3. Rey Mysterio
One of the most legendary stars currently on the WWE roster is Rey Mysterio. The 51-year-old has achieved everything there is and he has nothing left to prove, not in the wrestling realm atleast. Although Mysterio’s WWE contract will expire in late 2027, the Hall of Famer may just decide to wrap up his pro wrestling career by the end of next year.
The Master of 619 may therefore wrestle his final WWE match in 2026. Following that, the legendary luchador could work as an ambassador for the Stamford-based promotion. Rey Mysterio could continue to represent the company around the globe as his popularity among fans is unparalleled.
#2. WWE veteran Natalya
Natalya is undoubtedly one of the most prominent names in the Stamford-based promotion. She has been a true trailblazer in the women’s division who played a key role in the women’s evolution. However, Nattie’s time as an active competitor could be approaching its final chapter as she may wrestle her last WWE match in 2026.
The Queen of Harts hasn’t been involved as an active competitor in the company lately. Therefore, she may ultimately decide to retire next year. However, Natalya could still work with the company as a veteran coach or mentor for emerging talents. The 43-year-old could sign a legends contract with WWE after potentially retiring from in-ring action.
#1. Brock Lesnar
One of the biggest names who might wrestle his last WWE match in 2026 is multi-time World Champion Brock Lesnar. Rumors have been swirling that The Beast Incarnate could retire at SummerSlam next year. The speculation arose because the spectacle will take place in Lesnar’s hometown of Minneapolis, Minnesota next year.
The former Universal Champion may therefore decide to wrap up his wrestling career at the event in front of his home crowd. There is no doubt that Brock Lesnar is one of the most accomplished superstars of this generation. Although several dream matches for him are yet to happen, his days as a WWE Superstar could be numbered.
`;
if (index == 3 && isOpera) {
storyHTML += `
`;
}
recommendedArticlesContainer.innerHTML += storyHTML;
});
}
}
function getStoryActionHTML(story, storyTitle, permalink) {
if (shouldHidePostActions) return “”;
return `
`;
}
function recommendedArticles() {
var baseUrl = “https://cf-gotham.sportskeeda.com/recommendations/post/4-superstars-who-may-wrestle-their-final-wwe-match-2026?lang=en&category=wwe”;
pureJSAjaxGet(baseUrl, function(data) {
renderRecommendedArticles(data);
if (isOpera) {
renderOperaFeedAd();
}
}, function() {}, false);
}
var options = {
root: null,
rootMargin: “0px 0px 70% 0px”,
threshold: 0.1
};
var observer = new IntersectionObserver(function (entries) {
entries.forEach(function (entry) {
if (entry.isIntersecting) {
recommendedArticles();
observer.unobserve(entry.target);
}
});
}, options);
var targetElement;
if (showAlsoReadSection && !showAlsoReadSectionV2) {
targetElement = document.querySelector(‘.also-read-articles-container’);
} else {
targetElement = document.querySelector(‘.recommended-posts’);
}
if (targetElement) {
observer.observe(targetElement);
}
function renderOperaFeedAd() {
var operaFeedArticleAd = $(“.opera-article-feed-ad”);
if (!operaFeedArticleAd) {
return;
}
var firstScript= document.createElement(‘script’);
firstScript.setAttribute(“type”, “text/javascript”);
firstScript.setAttribute(“src”, “https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1883810847636355”);
firstScript.setAttribute(“async”, true);
firstScript.setAttribute(“crossorigin”, “anonymous”);
operaFeedArticleAd.appendChild(firstScript);
operaFeedArticleAd.innerHTML += `
`;
var secondScript = document.createElement(‘script’);
var secondScriptCode=””;
try {
secondScript.appendChild(document.createTextNode(secondScriptCode));
operaFeedArticleAd.appendChild(secondScript);
} catch (e) {
console.error(e);
}
}
})();
Fetching more content…
Read the full article here













