CenterForDigitalHumanities / rerum_server

Java web service for a RERUM compliant digital object repository
http://rerum.io
Other
7 stars 2 forks source link

Investigate deleteObject() #213

Open thehabes opened 3 years ago

thehabes commented 3 years ago

Make sure you can hand it either just the URI of a resource or a JSON object containing the URI via id or @id. When testing in TT, there were strange fail scenarios that should not have happened.

Ex. Tried to use URI to Delete [http://devstore.rerum.io/v1/id/61119672d69b6214557b550b] Error: 400: Must provide an id or a JSON object containing @id of object to delete.

Upon resolving the URI, it is deleted...