Got feedback or spotted a mistake?
Leave a comment at the end of this page or email contact@krishagni.com
Delete Surgical Pathology Report (SPR)
Summary
Use this resource to delete surgical pathology report (SPR) for given visit identifier.
Request Details
Use following http DELETE request to delete surgical pathology report (SPR).
http[s]:<host>:<port>/openspecimen/rest/ng/visits/{visitId}/spr-file
Parameter | Details |
---|---|
visitId | Identifier of the visit of which you want to delete spr |
Result
The response of this request is delete status of report. i.e True/False
Example
URL | http[s]:<host>:<port>/openspecimen/rest/ng/visits/1/spr-file |
Method | DELETE |
Content-Type | application/json |
Response | Boolean value true/false |
Error Cases
Code | Applies to | Status Message |
---|---|---|
200 | All resources | Surgical Pathology Report (SPR) deleted successfully |
401 | All requests | User does not have sufficient rights to perform this operation |
404 | All requests | Visit specified in requested operation does not exists |
500 | All requests | Internal Server Error. Report this error to system administrator |
Got feedback or spotted a mistake?
Leave a comment at the end of this page or email contact@krishagni.com