Forum Discussion
MarkSmed
Jul 09, 2020Copper Contributor
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' inf...
- Jul 09, 2020
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
VasilMichev
Jul 09, 2020MVP
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
- MarkSmedFeb 23, 2021Copper 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.