Hi All,
I'm new to PA and stuck with one flow... I have a MS Form that triggers the flow upon submission. The Form has 'Upload file' question. After the form is submitted and files uploaded, the response is saved in MS List with files added as attachments to the List Item. I take it further from there and I don't need the original files in MS Forms folder anymore. I figured this much, now I want to delete the files from the library Documents > Apps > Microsoft Forms as I have limited storage for this SharePoint and I want to spare us manual cleaning.

I wanted to use the Delete File action, but it requires File Identifier which Get file metadata doesn't return, and [Id] it does return - doesn't work for this action. I can't find a way to retrieve the [ID] (that is an integer, not a random set of letters and numbers that I get with Get file metadata action). I was thinking about 'Send HTTP request to SharePoint' action with DELETE method, but I don't know what to type in Uri...
Can anyone help?