I have a folder structure as below in a blob storage container Main/ RunID/Folder1/ Folder 2/ data.csv
I have created a 'delete activity' in the data factory to discard the folder "Main"
However, I keep getting an error of Failed to execute delete activity with data source 'AzureBlobStorage' and error 'The remote server returned an error: (409) Conflict. The remote server returned an error: (409) Conflict.'.
Please suggest a solution to overcome this issue.
Thank you