delete a booking page

Glenn Maxwell 12,871 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 ******@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 ******@mydomain.onmicrosoft.com

Exchange Online
Exchange Online
A Microsoft email and calendaring hosted service.
6,171 questions
Microsoft 365 and Office SharePoint Development
Microsoft 365 and Office SharePoint For business Windows
Exchange Hybrid management
0 comments No comments
{count} votes

Accepted answer
  1. Jarvis Sun-MSFT 10,231 Reputation points Microsoft External Staff
    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.