Say you have a list in SharePoint with some data that you need to have deleted.
The standard Flow action “Delete item” or “Delete file”, will actually delete the item, but only to the recycle bin. You need to use the Rest API to permanently delete the items
If you have a lot of items, that regularly needs to be deleted, you would want to permanently delete those items, so you don’t have to empty the recycle bin every now and then.
This flow will go through all the items in a list and permanently delete them.
Complete flow looks like this:
