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,…