How to Delete a SharePoint Site

In this SharePoint training video, we’ll explore four distinct methods for deleting a SharePoint site. Firstly, users can delete a site directly within SharePoint, providing a straightforward approach for those accustomed to navigating the platform. Secondly, the SharePoint Admin Center offers a centralized hub for site management, allowing administrators to easily delete sites and streamline the process.

For a broader administrative perspective, the video explores a third method, which involves using the Microsoft 365 Admin Center. Lastly, we’ll cover a more advanced method using PowerShell and the SharePoint Online Management Shell. This method caters to users with scripting expertise, providing a powerful and automated way to delete SharePoint sites.

Resources

Microsoft 365 Admin Center:
https://admin.microsoft.com/

Download the SharePoint Online Management Shell:
https://www.microsoft.com/en-us/download/details.aspx?id=35588

PowerShell commands:

Connect-SPOService -url https://tenant-admin.sharepoint.com
Install-Module -Name AzureAD
Connect-AzureAD
Get-AzureADGroup
Remove-AzureADGroup -ObjectId "id"
Remove-SPOSite -Identity https://tenant.sharepoint.com/sites/yoursite

John Gleave

John Gleave has been a researcher, content writer, and senior editor at Business Tech Planet since 2022. John was formerly a data analyst and web designer with expertise in several programming languages, such as JavaScript, JQuery, PHP, CSS, SQL, and more! With a passion for writing and technology, he has now focused his skills on crafting tech guides for BTP. You can connect with John on LinkedIn.

Recent Posts