11-16-2017 04:08 AM
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.
11-16-2017 10:25 AM
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.
Explore our Alfresco products with the links below. Use labels to filter content by product module.