Profile

Vignesh JM

This individual is no longer active. Application functionality related to this individual is limited.

Contact Details

My Content

1 to 2 of 2 total
Posted By Vignesh JM 09-06-2019 09:04
Found In Community: Pentaho
\ view thread
Hi, try the below command. It will work fine.   curl -u admin:password -X PUT -dFILE ID http://IP:PORT/pentaho/api/repo/files/delete
Posted By Vignesh JM 08-22-2019 09:49
Found In Community: Pentaho
\ view thread
I have created folders and files from the below command, curl -u admin:password -X PUT http://host:port/pentaho/api/repo/files/:home:mydirectory/createDir   Now I need to delete folders/files using rest api. But I have tried n number of commands. Nothing works     #Pentaho