Deleting content from the folder

Hello Every one ,

I am trying to delete content (picture) from the Nuxeo using REST Api.

Delete Request

http://localhost:8080/nuxeo/site/api/v1/id/d707bbbd-6ed1-4304-9835-02023a435406

After submiting request I am getting below exepction as response.

{ “entity-type”: “exception”, “code”: “javax.ws.rs.WebApplicationException”, “status”: 500, “message”: null }

But content is deleting from Nuxeo Server. Please let me know how to get success response from Nuxeo. How to handle this issue

Thanks Ramakrishna

0 votes

1 answers

1774 views

ANSWER



This is probably a manifestation of NXP-17701, which is not yet fixed.

1 votes