Hi all, I am using C# and the Dataverse API to dynamically create tables based on the columns in an Excel spreadsheet. I'd like to be able to clear out all data in the table NOT using the Bulk Delete in the Admin site. Is there a way to do this?
Leksie, thanks for the tip. I did not know that was an option. I'll check it out and report back, maybe I'll post a code snippet once I get it working so others may benefit.
Hi @ebonnett,
you could call the bulkDelete action via the WebAPI I guess.
As per my understanding this is basically nothing else than what the bulk delete in the admin site does. Also I would think you need to pass it a query string of the records to be deleted.
Never used myself, but maybe that's what your looking for.
Trying to delete all so I don't want to address one row at a time. Basically DELETE FROM <tablename>.
Hi @ebonnett ,
Looking to use something like this or are you trying to do a delete all? https://learn.microsoft.com/en-us/power-apps/developer/data-platform/webapi/update-delete-entities-using-web-api
ankit_singhal
11
Super User 2025 Season 1
mmbr1606
9
Super User 2025 Season 1
stampcoin
9