Got feedback or spotted a mistake?
Leave a comment at the end of this page or email contact@krishagni.com
Deleting a Specimen List
Summary
This page contains documentation for deleting a specimen list.
Request Details
Parameter | Details |
---|---|
specimenListId | Identifier of the specimen list. |
Result
The response of this request will contain the details of the deleted specimen-list.
URL | http://<host>:<port>/ catissuecore/rest/ng/specimen-lists/{specimenListId} |
Method | DELETE |
Content-Type | application/json |
Response | specimenListId |
Error Cases
code | Applies to | Status Message |
---|---|---|
200 | All resources | Specimen-list has been deleted successfully. |
400 | All requests | Invalid parameters, e.g Invalid specimen-id. |
401 | All requests | Authorization failed, User doesn’t have Authority. |
500 | All requests | Internal server error, Encountered server error while performing operations. |
Got feedback or spotted a mistake?
Leave a comment at the end of this page or email contact@krishagni.com