fhirbase/fhirbase-plv8

Delete for resource not found should be 204

Closed this issue · 0 comments

vadi2 commented

fhirbase currently returns 404 for fhir_delete_resource on a non-existing resource, but it should be 204 http://build.fhir.org/http.html#delete: if the resource does not exist at all, the server should return 204 No Content.