Hi,
I am using the following approach to perform deleting files to the Alfresco repository:
"http://localhost:8080/alfresco/service/api/node/workspace/SpacesStore?alf_ticket="
However, this approach does not allow me to delete files in alfresco,
I need to perform file delete via RESTful api using the alf_ticket or nodRef.
Does anyone have any tips how to do this?
Alfresco Version: 5.1.f
ps. Sorry for my english!
Grateful.
You need to hit the delete request on below api.
/api/node/doclink/{store_type}/{store_id}/{id}
Don't forgot to make the request as DELETE Method and not the get/post.
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.