
Hey all,
Forewarning, I am pretty new to Dataverse and the Web API.
I am trying to use the Web API to create a Bulk Delete in my CE instance. To do this, I am using a C# console app. I have mainly been following the documentation from Microsoft especially the two listed below:
1. https://docs.microsoft.com/en-us/dynamics365/customer-engagement/web-api/bulkdelete?view=dynamics-ce-odata-9
My issue right now is that I do not understand how to actually use the post request to enact the action. If I understand correctly, the Bulk Delete Action is a unbound action that requires parameters. So the closest piece of code to what I think I might need would be a piece of code that is in the second link posted above:
Does anyone know how I would do reformat the above code snippet for the Bulk Delete action?