Got feedback or spotted a mistake?

Leave a comment at the end of this page or email contact@krishagni.com

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

openspecimen/rest/ng/visits/{visitId}/spr-file

Use this resource to delete surgical pathology report (SPR) for given visit identifier. Use HTTP DELETE method to call this API by passing the below details:

Below are the parameters which need to be sent with the request:

Parameter
Details
visitIdIdentifier of the visit of which you want to delete spr.

http[s]:<host>:<port>/openspecimen/rest/ng/visits/{visitId}/spr-file


Use this URL to delete surgical pathology report (SPR) from OpenSpecimen application.

Result:

The response of this request will delete the surgical pathology report of specified visit identifier.

Below is the example of the delete surgical pathology report (SPR)

 

URLhttp[s]:<host>:<port>/openspecimen/rest/ng/visits/1/spr-file
MethodDELETE
content-typeapplication/json

Response

Boolean value true/false

 

Error Cases :

code
Applies to
Status Message
200All resourcesSurgical Pathology Report (SPR) deleted successfully
401All requestsAuthorization failed, User doesn't have Authority
404All requestsVisit not found, Visit with given identifier does not exist in the system
500All requestsInternal server error, Encountered server error while performing operations
  • No labels