Is there any way to delete all the Run history logs from a logic app.
I know there is a preview on "Log Retention Time" right now being tested but the most frequent time to delete all logs is once every week. I need to be able to do it more frequent, in this case every 3rd day.
Is there any other way to delete logic app logs/history?
EDIT: Looking at the PowerShell commands in Azure resource manager for a specific run there are only two actions that the Azure resource manager API supports. GET and CANCEL (which I guess is cancel a run while it is running).