SOLVED

Powershell Command to delete contacts in Microsoft Bookings.

Copper Contributor

We are using Microsoft Bookings to allow patients to book appointments at our medical facility. We are not interested in storing any of the information and want to purge it quickly. The 'contact' information that is stored is quite laborious to delete a single item at a time. Is there a powershell command that woudl accomplish the same task? we have multiple locations in Bookings that all need to be done.

 

 

4 Replies
best response confirmed by MarkSmed (Copper Contributor)
Solution

PowerShell wont help you with that. Take a look at the Graph API endpoints: https://docs.microsoft.com/en-us/graph/api/resources/booking-api-overview?view=graph-rest-beta

Well, that was a huge project...but I did manage to get a Visual Studio application to work, and I can delete 10 at a time.
1 best response

Accepted Solutions
best response confirmed by MarkSmed (Copper Contributor)