delete a booking page

Glenn Maxwell 11,861 Reputation points
2023-11-12T21:35:29.0633333+00:00

Hi All

When user creates a booking page, in Azure AD i can see a user gets created. lets say user creates a booking page page1, in Azure AD i can see page1@mydomain.onmicrosoft.com gets created. Before deleting booking page how can i know/confirm it is a booking page only. can i delete booking page using the below syntax.

remove-mailbox page1@mydomain.onmicrosoft.com

Microsoft Exchange Online
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,963 questions
SharePoint Development
SharePoint Development
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Development: The process of researching, productizing, and refining new or existing technologies.
3,131 questions
Microsoft Exchange Online Management
Microsoft Exchange Online Management
Microsoft Exchange Online: A Microsoft email and calendaring hosted service.Management: The act or process of organizing, handling, directing or controlling something.
4,632 questions
Microsoft Exchange Hybrid Management
Microsoft Exchange Hybrid Management
Microsoft Exchange: Microsoft messaging and collaboration software.Hybrid Management: Organizing, handling, directing or controlling hybrid deployments.
2,166 questions
0 comments No comments
{count} votes

Accepted answer
  1. Jarvis Sun-MSFT 10,196 Reputation points Microsoft Vendor
    2023-11-13T06:45:00.4066667+00:00

    Hi @Glenn Maxwell ,

    As per as my research, when a user creates a Bookings calendar a scheduling mailbox is created.  

    You can use Get-Mailbox -RecipientTypeDetails SchedulingMailbox  cmdlet to list the scheduling mailboxes and confirm if it is a booking mailbox, more details please refer to: https://techcommunity.microsoft.com/t5/microsoft-bookings-blog/microsoft-bookings-behind-the-scenes/ba-p/2887256

    Yes, you can use remove-mailbox cmdlets to delete booking page mailbox, as well as Delete user action in M365 admin center.

    User's image


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment". 

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.