Forum Discussion
Powershell Command to delete contacts in Microsoft Bookings.
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.
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
4 Replies
- Froggyfrog3Copper ContributorThsnk
- Froggyfrog3Copper ContributorThank
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
- MarkSmedCopper ContributorWell, 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.