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.
Devendra Velegandla
Jun 06, 2018Brass Contributor
techie1s After manually deleting the site collection, the site collection will be at Tenant Recycle bin but you willn't be able to delete manually. You can use below commandlet to delete it.
Clear-PnPTenantRecycleBinItem -url <https://spjourney.sharepoint.com/sites/companynews>
Once you delete from RecycleBin then the URL will be available.
techie1s
Jun 06, 2018Brass Contributor
Thank you so much! This was invaluable feedback!