As shown in the thread: https://groups.google.com/g/dataverse-community/c/9vlR1dTX3oE there is an typo in the example provided for the deleteFiles API and this: `-d '{"fileIds": [1, 2, 3]}' ` should become: `-d '[1, 2, 3]'`
As shown in the thread:
https://groups.google.com/g/dataverse-community/c/9vlR1dTX3oE
there is an typo in the example provided for the deleteFiles API
and this:
-d '{"fileIds": [1, 2, 3]}'should become:
-d '[1, 2, 3]'