diff --git a/microsoft-365/bookings/delete-calendar.md b/microsoft-365/bookings/delete-calendar.md index 8154ccbfb67..d78ec80a68b 100644 --- a/microsoft-365/bookings/delete-calendar.md +++ b/microsoft-365/bookings/delete-calendar.md @@ -1,5 +1,5 @@ --- -title: "Delete a booking calendar" +title: "Delete a Shared Booking page" ms.author: kwekua author: kwekuako manager: scotv @@ -15,23 +15,26 @@ ms.collection: description: "Use the Microsoft 365 admin center or Windows PowerShell to delete Bookings calendars." --- -# Delete a booking calendar in Bookings +# Delete a Shared Booking page -This article explains how you can delete an unwanted booking calendar. You can delete the booking calendar in the Microsoft 365 admin center or you can use PowerShell. The Bookings calendar is a mailbox in Exchange Online so you delete the corresponding user account to delete the booking calendar. +This article explains how you can delete an unwanted shared booking page. You can delete the shared booking page in the Microsoft 365 admin center or you can use PowerShell. The shared booking page is a mailbox in Exchange Online so you delete the corresponding user account to delete the shared booking page. > [!IMPORTANT] -> All booking calendars that you created in 2017 or before must be deleted using the PowerShell instructions on this topic. All booking calendars created in 2018 or after can be deleted in the Microsoft 365 admin center. +> All shared booking pages that you created in 2017 or before must be deleted using the PowerShell instructions on this topic. All shared booking pages created in 2018 or after can be deleted in the Microsoft 365 admin center. -The booking calendar is where all relevant information about that booking calendar and data are stored, including: +> [!IMPORTANT] +> Only M365 Admins can delete shared booking pages created by end users. We do not support the capability of deleting shared booking pages at a user level. If a user wishes to do so, the request will have to be routed to the respective M365 admin. + +The shared booking page is where all relevant information is stored, including: -- Business information, logo, and working hours added when the booking calendar was created -- Relevant staff and services added when the booking calendar was created -- All bookings and time off appointments added to the booking calendar once it was created. +- Business information, logo, and working hours added when the shared booking page was created +- Relevant staff and services added when the shared booking page was created +- All bookings and time off appointments added to the shared booking page once it was created. > [!WARNING] -> Once a booking calendar is deleted, this additional information is also permanently deleted and can't be recovered. +> Once a shared booking page is deleted, this additional information is also permanently deleted and can't be recovered. -## Delete a booking calendar in the Microsoft 365 admin center +## Delete a shared booking page in the Microsoft 365 admin center 1. Go to the Microsoft 365 admin center. @@ -39,11 +42,11 @@ The booking calendar is where all relevant information about that booking calend ![Image of Users UI in Microsoft 365 admin center.](../media/bookings-admin-center-users.png) -1. On the **Active Users** page, choose the name of the booking calendar that you want to delete and then select **Delete user**. +1. On the **Active Users** page, choose the name of the shared booking page that you want to delete and then select **Delete user**. ![Image of Delete User UI in Microsoft 365 admin center.](../media/bookings-delete-user.png) -## Delete a booking calendar using Exchange Online PowerShell +## Delete a shared booking page using Exchange Online PowerShell 1. [Connect to Exchange Online PowerShell](/powershell/exchange/connect-to-exchange-online-powershell). @@ -62,10 +65,10 @@ The booking calendar is where all relevant information about that booking calend > [!IMPORTANT] > Be careful to type the exact name of the booking mailbox alias that you want to permanently delete. -4. To verify that the calendar has been deleted, run the following command: +4. To verify that the shared booking page has been deleted, run the following command: ```powershell Get-EXOMailbox -RecipientTypeDetails SchedulingMailbox ``` - The deleted calendar will not appear in the output. + The deleted shared booking page will not appear in the output.