Leave a comment at the end of this page or email contact@krishagni.com
Delete Distribution Protocol
openspecimen/rest/ng/distribution-protocols/{id}
or
openspecimen/rest/ng/distribution-protocols/title={title}
Use this resource to delete the distribution protocol. Use HTTP DELETE method to call this API by passing the below details in JSON format.
Below are the attributes which need to be sent in the request body :
Parameter | Details |
---|---|
id | Distribution protocol id of the distribution protocol |
title | Distribution protocol title of the distribution protocol |
http[s]:<host>:<port>/openspecimen/rest/ng/distribution-protocols/{id}
or
http[s]:<host>:<port>/openspecimen/rest/ng/distribution-protocols/title={title}
Use this URL to delete distribution protocol in openSpecimen application.
Result:
The response of this request will contains the details of the deleted distribution protocol.
Below is the example of the delete distribution protocol:
URL |
or |
Method | DELETE |
Request | application /json |
Response | "success" |
Error Cases :
code | Applies to | Status Message |
---|---|---|
200 | All resources | Distribution protocol has been deleted successfully |
401 | All requests | Authorization failed, user doesn’t have Authority |
404 | All requests | Distribution protocol not found, Distribution protocol with given details not present in the system |
500 | All requests | Internal server error, encountered server error while performing operations |
Leave a comment at the end of this page or email contact@krishagni.com