Forum Discussion
techie1s
Jun 05, 2018Brass Contributor
Reusing a Deleted SharePoint Site Name
QUESTION: Can a new site be created with the same name of a deleted site? SCENARIO: Today I deleted a SharePoint Team Site (O365) that I created yesterday. Now I want to create a SharePoint Commu...
- Jun 06, 2018
Similarly, you can permanently remove the deleted site using Remove-SPODeletedSite cmdlet.
jfranz
May 28, 2019Brass Contributor
techie1s you can now accomplish this by going into the new modern SharePoint admin center, go to the DELETED SITES section, find the site you want, check it then go to PERMANENTLY DELETE. The site will be gone.
mattchowell
May 20, 2022Iron Contributor
The right answer!
- mattchowellJul 18, 2022Iron Contributor
Actually I realize now that's not always the right answer...Msft has made such a hash job of site deletion that sometimes even if you "permanently delete" a site from SP admin deleted sites page, you still can't reuse its url. It just happened to me so in that scenario you still need powershell:
Connect-SPOService -Url https://xxx-admin.sharepoint.com
Remove-SPOSite -Identity https://xxx.sharepoint.com/sites/deletedsite