how to unlink the file from one folder to another
If there are Accepted Answers, those will be shown by default. You can switch to 'All Replies' by selecting the tab below.
Hello,
You can do this using API Command
link,c,Document R_OBJ_ID,NEW_FOLDER R_OBJ_ID
unlink,c,Document R_OBJ_ID,OLD_FOLDER R_OBJ_ID
save,c,Document R_OBJ_ID
Best regards,
Akshay