francisdidden
Results
1
comments of
francisdidden
Indeed, I had the same issue and changed it to a post with the parameters in the body. Powershell code example: `$hashesToDeleteString = "1a61bb4aeec95bdb9bb1082c67d24cc1bf66009c|1a61bb4aeec95bdb9bb1082c67d24cc1bf660045"` `$body = @{` `"hashes"=$hashesToDeleteString` `"deleteFiles"="false"` `}`...