exception while deleting a document using rest API URL /nuxeo/site/api/v1/id/:contentID
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2016 06:00 AM
I calling Nuxeo rest API to delete a document like below:
DELETE: /nuxeo/site/api/v1/id/:9b2e39ca-b1cc-4df2-8243-0e3b8bd46032
Result: document is getting deleted from database but always throws an error like below: {"entity-type":"exception","code":"javax.ws.rs.WebApplicationException","status":500,"message":null}
Can you please help me what I am missing?
Thanks, Surekha
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2016 10:53 AM
Without the server-side error in server.log
we cannot know more.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2016 10:37 AM
Hi Surekha,
