Deleting files using RESTful API From Alfresco
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Labels:
- Labels:
-
Alfresco Content Services
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
