”
], { 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);
});
});
})();
1. Kairi Sane has been released by WWE
Kairi Sane was in a feud with IYO SKY and had a storyline with Asuka at the time of her release, leaving the story unfinished.
2 & 3. Aleister Black and Zelina Vega
Despite signing Aleister Black, fresh off his leaving AEW, WWE never fully got behind a push for the star. While he had a feud with Damian Priest and his pairing with his real-life wife, Zelina Vega, the stars did not get a big push together. The new pairing looked promising, but it never got off the ground.
4. Apollo Crews
Apollo Crews only just returned from an injury over the last few months and did not get a big story. But now, he is gone.
5 & 6. The Motor City Machine Guns (Alex Shelley and Chris Sabin)
The Motor City Machine Guns seemed to be building towards somewhat of a feud, as the two stars were frustrated with one another over Johnny Gargano. However, again, this story did not pick up, and it seems it will be one more that’s left incomplete by WWE, as they have been released.
7, 8, 9, 10, & 11. The Wyatt Sicks (Bo Dallas, Dexter Lumis, Joe Gacy, Nikki Cross, and Erick Rowan)
While the storyline of the Wyatt Sicks arrival in WWE was immense, given the company’s inability to book anything supernatural since The Undertaker left, the faction did not get a long time before it was clear that the creative team had no clue what to do with them. Stuck in an interminably long feud with MFTs over the last year. It finally came to an end recently, and it seems that WWE decided to let all of them go instead of putting on another more involved storyline.
Bray Wyatt’s tribute in the storyline of the group could only go so far as they are now no longer in the company.
12. Alba Fyre
With Piper Niven injured, Chelsea Green’s faction was reduced to two. Green was also injured earlier, when she suffered a broken foot. This left Alba Fyre without much to do. Given that situation, Fyre has now been let go.
13. Santos Escobar
Sanots Escobar was reportedly injured recently and cut a promo letting fans know that he would not be able to compete for some time. Unfortunately, he was let go. He had only returned recently after an injury.
14. Andre Chase
The founder of Chase University, Andre Chase, has helped several stars to get over. Unfortunately for him, his time in the company is now over, as he has been let go.
15. Zoey Stark
Zoey Stark was only recently cleared after a year-long injury. The star seemed poised to make her return, but now, she has been released, without really getting a chance to return to the ring.
16, 17, 18, 19, 20, 21, 22, & 23. Tyra Mae Steele, Sirena Linton, Tyson Dupont, Tyriek Igwe, Malik Blade, Chris Island, Luca Crusifino, & Trill London
Multiple stars from NXT and WWE’s developmental scene have been released as well.
With 23 releases so far, it seems that is all for tonight, but there could be more names let go from the company.
More from Sportskeeda
${getStoryActionHTML(story, storyTitle, permalink)}
`;
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/every-wwe-superstar-released-in-the-april-2026-cuts?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


