4 Best Methods Explained – Master Data Skills + AI (2024)

Ready to delete your SharePoint site? It really is as easy as 1,2,3 and 4!

To delete a SharePoint site:

  1. Navigate to the SharePoint site you want to delete.

  2. Click on the gear icon, located in the top-right corner, and select Site Information from the dropdown menu.

  3. In the Site Information panel, click on Delete site.

  4. Confirm that you want to delete the site by clicking the checkbox in the pop-up and then click Delete.

But wait, there’s more.

There are a few things you need to know before you hit “delete.

Following this guide will enable you to confidently navigate through the deletion process and ensure a seamless transition after deletion.

4 Best Methods Explained – Master Data Skills + AI (2)

Table of Contents

Pre-Deletion Considerations

Before you proceed with deleting a team site or communication site, it’s important to take some key steps to ensure that the deletion process goes smoothly. You also want to prevent any unintended consequences.

Consideration 1: Checking Site Usage and Importance

First, assess the role and importance of the site within your organization.

Is it actively used? Does it contain critical information or resources? Understanding its role will help you decide whether deletion is the best action.

Additionally, talk to the people who use the site. This could include team members, department heads, or anyone who relies on the site regularly. Their input is crucial in understanding the impact of deleting the site.

4 Best Methods Explained – Master Data Skills + AI (4)

Consideration 2: Backing Up Essential Data

Before you delete anything, make sure to backup important files and data. You never know when someone might need something from the deleted site.

You can use SharePoint’s built-in tools to back up documents and lists. Alternatively, you might use third-party software designed for SharePoint data backup.

4 Best Methods Explained – Master Data Skills + AI (5)

Consideration 3: Communicate with Site Users

Let users know about the planned deletion. This advance notice saves them time to save necessary information and reduces surprises.

Also, If you’re moving resources to a new location, provide clear instructions on where to find them post-deletion.

Remember, deleting a SharePoint site is a significant action. It’s important to be thorough in these pre-deletion steps to avoid losing important information and to minimize disruption for your users.

Now let’s get to our step-by-step guide on how to delete sites in SharePoint.

4 Best Methods Explained – Master Data Skills + AI (6)

How to Delete a SharePoint Site: 4 Top Methods Explained

There are 4 main ways you can delete a SharePoint site.

These are:

  1. Deleting a Modern Site method

  2. Deleting a Classic Site method

  3. Using the SharePoint Admin Center

  4. Using Powershell

4 Best Methods Explained – Master Data Skills + AI (7)

Let’s start with how to delete a modern SharePoint site.

Method 1: Deleting a Modern Site Method

To delete a modern site in SharePoint:

  1. Navigate to the SharePoint site you want to delete.

  2. Click on the gear icon, located in the top-right corner, and select Site Information from the dropdown menu.

4 Best Methods Explained – Master Data Skills + AI (8)
  1. In the Site Information panel, click on Delete site.

4 Best Methods Explained – Master Data Skills + AI (9)
  1. Confirm that you want to delete the site by clicking the checkbox in the pop-up and then click Delete.

4 Best Methods Explained – Master Data Skills + AI (10)

Keep in mind that deleting a site will not only eliminate its content but also all its subsites and associated data, such as lists and site settings.

Remember, you can only delete a SharePoint site if you have the appropriate permissions, such as being a SharePoint administrator or a Site Owner.

Contact your SharePoint administrator if you need assistance or lack the necessary permissions.

Following these steps and taking the necessary precautions will help ensure a smooth and successful deletion process.

For those who prefer to use the classic version of SharePoint, here is how you can delete a classic site.

Method 2: Deleting a Classic Site Method

To delete a classic site in SharePoint:

  1. Navigate to the SharePoint site you want to delete.

  2. Click on the gear icon, located in the top-right corner, and select Site Settings from the dropdown menu to access the site settings page.

4 Best Methods Explained – Master Data Skills + AI (12)
  1. Under Site Actions click Delete this site.

  2. Click OK.

Now, let’s move to a method specifically used by SharePoint administrators.

Method 3: Using the SharePoint Admin Center

For SharePoint administrators, the SharePoint Admin Center provides a more comprehensive and controlled environment for site management, including site deletion.

To delete a site using the Admin Center:

  1. Log into your SharePoint Admin Center account with administrative privileges.

  2. Click Sites in the vertical menu bar.

  3. Under Active Sites, select the site you want to delete.

4 Best Methods Explained – Master Data Skills + AI (13)
  1. In the toolbar, click on Delete.

4 Best Methods Explained – Master Data Skills + AI (14)
  1. Click Delete in the pop-up to confirm deletion.

4 Best Methods Explained – Master Data Skills + AI (15)

For those who are well-versed in scripting, there is a deletion method just for you.

Method 4: Using PowerShell

PowerShell is a powerful scripting tool that can be used for various administrative tasks in SharePoint, including site deletion. This method is generally suited for experienced administrators who are comfortable with command-line interfaces.

4 Best Methods Explained – Master Data Skills + AI (16)

To delete a SharePoint site using PowerShell:

  1. Open SharePoint Online Management Shell as an administrator. If you don’t have it, you can download and install the SharePoint Online Management Shell from the Microsoft website.

  2. Ensure that you have the necessary permissions to execute scripts and manage SharePoint sites.

  3. If you’re working with SharePoint Online, use the Connect-SPOService cmdlet to connect to your SharePoint Online Admin Center. For SharePoint Server, you’ll typically connect to the site collection you intend to work with.

  4. Use the Remove-SPOSite cmdlet for SharePoint Online or Remove-SPSite for SharePoint Server to delete the site.

    For example, in SharePoint Online, the command might look like this:

Remove-SPOSite -Identity "https://yourdomain.sharepoint.com/sites/yoursite"
  1. Deleted sites in SharePoint Online are moved to the Recycle Bin and retained for a period. To permanently remove a site from the Recycle Bin, use the Remove-SPODeletedSite cmdlet.

    For instance:

Remove-SPODeletedSite -Identity "https://yourdomain.sharepoint.com/sites/yoursite" 
  1. PowerShell may prompt you to confirm the deletion. Read the warning messages carefully before proceeding.

    After confirmation, the site will be deleted.

4 Best Methods Explained – Master Data Skills + AI (17)

Remember that using PowerShell commands can have immediate and irreversible effects.

Using PowerShell for SharePoint site deletion is efficient and effective, especially when dealing with multiple sites or complex environments.

However, it requires a good understanding of PowerShell commands and SharePoint architecture.

Take a look at how you can use PowerShell on yet another vital Microsoft tool, Power BI:

Now, if you have completed your site deletion and realize you may have made a mistake, it is possible to restore your deleted site.

How to Restore a Deleted Sharepoint Site

If you accidentally clicked on the delete button on a SharePoint site, don’t worry. It’s possible to restore it.

Luckily, SharePoint stores deleted sites in the site collection recycle bin, from where a site collection administrator can usually restore them.

To restore, follow these steps:

  1. Log into your SharePoint Admin Center account with administrative privileges.

  2. Click Sites in the vertical menu bar.

  3. Under Deleted Sites, select the site you want to restore.

4 Best Methods Explained – Master Data Skills + AI (18)
  1. Select the site and click Restore.

4 Best Methods Explained – Master Data Skills + AI (19)

This will restore the site and its contents, including its settings, history, and subsites.

Remember that the Restore button will only appear if one site is selected and not for multiple sites.

Before you go through the process of deletion and restoration, you might want to think of alternatives to site deletion in SharePoint.

Alternatives to Site Deletion

Sometimes, completely deleting a SharePoint site may not be the best course of action. Thankfully, there are alternatives that can be considered, depending on the specific needs and circ*mstances.

Two such alternatives include:

  • Archiving a site

  • Restricting access to a site

4 Best Methods Explained – Master Data Skills + AI (21)

Alternative 1: Archiving a Site

Instead of deleting a SharePoint site, archiving offers a way to preserve the site’s data for future use or compliance needs without keeping it active.

This process involves exporting the site’s content to a secure, long-term storage solution, either by using SharePoint’s own archiving features or by saving the content in a manageable format elsewhere.

Archiving is particularly beneficial for maintaining historical records and ensuring valuable information remains accessible for future requirements.

4 Best Methods Explained – Master Data Skills + AI (22)

Alternative 2: Restricting Access to a Site

Another alternative to deletion is restricting access to the site. This approach keeps the site and its content intact but limits who can view or interact with it.

By changing the site’s permissions, access can be confined to site administrators or a designated group of users.

Restricting access is an excellent strategy for sites that are no longer actively used but might be needed in the future or when the content should only be available to a select audience.

This method ensures the site remains available for potential future use without exposing it to the wider user base.

4 Best Methods Explained – Master Data Skills + AI (23)

Both archiving and restricting access provide ways to handle SharePoint sites that may not be currently needed without permanently deleting them. These methods ensure that the site and its content can be preserved for future use, compliance, or record-keeping purposes.

Final Thoughts

When restoring a SharePoint site, ensure you’re confident in the process and knowledgeable about the site’s contents.

It’s important to maintain a clear and neutral tone while discussing the restoration process with your team or organization.

Regardless, restoring a deleted SharePoint site is a straightforward process that can be quickly done through the site collection recycle bin, provided the necessary permissions are in place, and you follow the correct steps.

Frequently Asked Questions

How do I permanently delete a SharePoint site?

To get a SharePoint site permanently deleted, follow these steps:

  1. Go to the SharePoint admin center.

  2. Select “Sites” and then “Active sites.”

  3. Choose the site you want to delete, click “Delete” and confirm the deletion.

Why can’t I delete a SharePoint site?

You might be unable to delete a SharePoint site due to insufficient permissions, being a member of a group with restricted access, or the site being locked or on hold. Additionally, if the site is associated with certain features or settings, deletion might be restricted.

To verify the permissions:

  1. Go to Settings

  2. Click on Site permissions> Advanced permissions settings> Permission Levels> Full Control

How do I delete in SharePoint?

To delete a SharePoint item:

  1. Select the item you want to delete.

  2. Click the Delete option from the menu or press the Delete key.

  3. Confirm the deletion in the prompted dialog box.

What happens to a deleted SharePoint site?

When a SharePoint site is deleted, it’s moved to the Recycle Bin where it can be restored within a certain retention period i.e., 93 days. After that, it’s permanently deleted, including its content and configurations.

How do I make a SharePoint site inactive?

To make a SharePoint site inactive:

  1. Go to Site Settings > Site Closure and Deletion.

  2. Set a closure policy with a timeframe for inactivity.

  3. Once inactive, the site will be flagged for deletion according to the policy, and you can choose to delete or retain it.

What happens to the content within a site when I use the ‘Delete Site’ link?

All content within the site, including documents, lists, and sub-sites, will be deleted. This is why it’s crucial to back up any important data before deletion.

4 Best Methods Explained – Master Data Skills + AI (2024)

FAQs

What are the 4 steps of the AI process? ›

You need a map (strategy), supplies (data and tools), and a good sense of direction (business goals).
  • Step 1: Business Understanding – Setting the Stage. ...
  • Step 2: Data Understanding – The Backbone of AI. ...
  • Step 3: Data Preparation – Crafting the Raw Material. ...
  • Step 4: Model Development – Building the Solution.

What are the 4 machine learning approaches that every data scientist should know? ›

4 Machine Learning Approaches that Every Data Scientist Should...
  • Supervised Learning;
  • Unsupervised Learning;
  • Semi-supervised Learning; and.
  • Reinforcement Learning.
Nov 15, 2020

What are the 4 types of data in machine learning? ›

What type of data does machine learning need? Data can come in many forms, but machine learning models rely on four primary data types. These include numerical data, categorical data, time series data, and text data.

What are the four classes of AI techniques? ›

Some of these types of AI aren't even scientifically possible right now. According to the current system of classification, there are four primary AI types: reactive, limited memory, theory of mind, and self-aware. Let's take a look at each type in a little more depth.

What are the 4 concepts of AI? ›

Read on to learn more about the four main types of AI—reactive machines, limited memory machines, theory of mind, and self-awareness—and their functions in everyday life.

What is the 4 D cycle of AI? ›

AI is based on discovering what is working, what gives life, what is creating energy and excitement, and then determining how to create more of it. David Cooperrider and Diana Whitney describe four steps in the appreciative inquiry cycle the four D's are Discovery, Dream, Design and Destiny.

What are the 4 methods for machine learning? ›

There are four types of machine learning algorithms: supervised, semi-supervised, unsupervised and reinforcement.

What are the 4 basics of machine learning? ›

Classical ML is often categorized by how an algorithm learns to become more accurate in its predictions. The four basic types of ML are supervised learning, unsupervised learning, semisupervised learning and reinforcement learning.

What are the 4 machine learning models? ›

Machine learning and its algorithms consists of four main types: supervised learning, unsupervised learning, semi-supervised learning and reinforcement learning. Here's what to know about each type and a few ways they are used.

What are the 4 main data types? ›

As you explore various types of data, you'll come across four main categories: nominal, ordinal, discrete, and continuous. Understanding these data categories can help you choose the appropriate analysis techniques and make sense of the information you encounter.

What are the four 4 types of data classification? ›

4 Data Classification Types

Typically, there are four classifications for data: public, internal-only, confidential, and restricted. Let's look at examples for each of those.

What are the four main types of big data models? ›

Big data technologies can be categorized into four main types: data storage, data mining, data analytics, and data visualization [2]. Each of these is associated with certain tools, and you'll want to choose the right tool for your business needs depending on the type of big data technology required.

What are the four patterns of AI? ›

In this article, we'll delve into the four main types of AI: Reactive, Limited Memory, Theory of Mind, and Self-Aware. By the end of this article, you'll have a better understanding of how AI can benefit your business and how you can leverage its capabilities to gain a competitive edge.

What are the four core beliefs in AI? ›

  • Pillars. Our fundamental properties for trustworthy AI. ...
  • Explainability. An AI system should be transparent, particularly about what went into its algorithm's recommendations, as relevant to a variety of stakeholders with a variety of objectives. ...
  • Fairness. ...
  • Robustness. ...
  • Transparency. ...
  • Privacy.

What are the 4 AI classes feel? ›

The four categories of artificial intelligence (AI) are reactive machines, limited memory, theory of mind, and self-aware AI.

What are the four stages of an AI workflow? ›

AI workflow: the 4 components
  • Digitalise and collect data. Collecting and storing data is one of the most important steps of the AI workflow. ...
  • Transform and build model. ...
  • Build and train. ...
  • Execute. ...
  • Translate the action.

What are the 4 major components of any AI application? ›

AI tech consists of four main components — learning, reasoning and decision making, problem solving, and perceptions. As we continue to make advancements in AI, you should expect further AI integration into your lives and businesses.

What is AI step by step? ›

AI basics: What is artificial intelligence? AI is a subset of computer science that uses techniques from machine learning (ML), cognitive science, and even robotics to create useful technology. The field relies on AI models, which are frameworks that use math to mimic cognitive functions like problem-solving.

What are the stages of AI? ›

Today, we have three different variants of AI technology; ANI, AGI, and ASI. These are the three stages in which AI can evolve. We have only achieved narrow AI so far. As machine learning capabilities continue to develop and scientists move closer to achieving AGI.

Top Articles
Review: REL T/Zero Mkiii Subwoofer
Menukaart - Restaurant Q
2016 Hyundai Sonata Refrigerant Capacity
Wal-Mart 2516 Directory
Haunted Mansion Showtimes Near Amc Classic Marion 12
3rd Gen Acura TL Buyers’ Guide – Everything You Need to Know – Newparts.com
Valeriewhitebby Footjob
Sinai Web Scheduler
Craigslist Com Humboldt
Maine Coon Craigslist
1v1 lol unblocked Game- Play Unblocked Game Online for Free!
My Scheduler Hca Cloud
Equity Livestock Altoona Market Report
Walgreens Dupont Tonkel
Cuộc thi “Chung tay vì an toàn giao thông” năm 2024
Rivers Edge Online Login Bonus
Machiavelli ‑ The Prince, Quotes & The Art of War
Okay Backhouse Mike Lyrics
High school football: Photos from the top Week 3 games Friday
Friend Offers To Pay For Friend’s B-Day Dinner, Refuses When They See Where He Chose
Hally Vogel
Kneaders Franchise Cost
Arsenal news LIVE: Latest updates from the Emirates
Christian Horner: Red Bull team principal to remain in role after investigation into alleged inappropriate behaviour
Squeezequeens
Skyward Login Wylie Isd
Grizzly Expiration Date 2023
Lil Coffea Shop 6Th Ave Photos
Did Hannah Jewell Leave Wnem Tv5
Strange World Showtimes Near Twin County Cinema
Roblox Roguelike
Skyward Crawford Ausable
Super Restore Vs Prayer Potion
Why Larry the cat of 10 Downing Street wishes Starmer hadn’t won the election
Us 25 Yard Sale Map
Shs Games 1V1 Lol
Withers Not In Sarcophagus
7UP artikelen kopen? Alle artikelen online
How To Use DeSmuME Emulator To Play Nintendo DS Games?
Strange World Showtimes Near Andover Cinema
Saw X Showtimes Near Stone Theatres Sun Valley 14 Cinemas
Viewfinder Mangabuddy
Actors In Sleep Number Commercial
Best Of Clinton Inc Used Cars
Buhsd Studentvue
Dawat Restaurant Novi
Espn Ppr Fantasy Football Rankings
About Data | Weather Underground
What Does the Bible Say About Christ In Me?
Codex Genestealer Cults 10th Edition: The Goonhammer Review
Dominos Nijmegen Daalseweg
Richy Rich Dispensary
Latest Posts
Article information

Author: Twana Towne Ret

Last Updated:

Views: 5713

Rating: 4.3 / 5 (44 voted)

Reviews: 83% of readers found this page helpful

Author information

Name: Twana Towne Ret

Birthday: 1994-03-19

Address: Apt. 990 97439 Corwin Motorway, Port Eliseoburgh, NM 99144-2618

Phone: +5958753152963

Job: National Specialist

Hobby: Kayaking, Photography, Skydiving, Embroidery, Leather crafting, Orienteering, Cooking

Introduction: My name is Twana Towne Ret, I am a famous, talented, joyous, perfect, powerful, inquisitive, lovely person who loves writing and wants to share my knowledge and understanding with you.