Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update delete-calendar.md #13553

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
31 changes: 17 additions & 14 deletions microsoft-365/bookings/delete-calendar.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Delete a booking calendar"
title: "Delete a Shared Booking page"
ms.author: kwekua
author: kwekuako
manager: scotv
Expand All @@ -15,35 +15,38 @@ 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.

1. In the Admin center, select **Users**.

![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).

Expand All @@ -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.