
Hi @Breanne Neudorf ,
The deleted site will not disappear immediately from the SharePoint Home Page (Following site list). However, after several days or weeks, it will automatically disappear.
If you want to immediately clear it from the page, you can follow the steps below to see the result:
1. Ensure that SharePoint Online Management Shell is installed
https://www.microsoft.com/en-us/download/details.aspx?id=35588
2. Run SharePoint Online Management Shell as administrator
3. Connect to the tenant
Connect-SPOService (https://technet.microsoft.com/en-us/library/fp161392.aspx)
4. Release the hold for the group site
Set-SPOSite -LockState UnLock (https://technet.microsoft.com/en-us/library/fp161394.aspx)
6. Delete the site
Remove-SPOSite (https://technet.microsoft.com/en-us/library/fp161377.aspx)
After the above steps are finished, please wait for 24 hours to see the result.
Regarding "Deleted SharePoint sites News still appearing", check out this thread:
https://techcommunity.microsoft.com/t5/sharepoint/sharepoint-news-post-still-appears-even-after-the-news-page-has/m-p/3291532
News pages should not be deleted as this doesn't remove them from the news web part. You can use SharePoint JSON formatting to demote news pages in SharePoint .
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.