Got feedback or spotted a mistake?
Leave a comment at the end of this page or email contact@krishagni.com
Delete Print Rule
openspecimen/rest/ng/print-rules/{name}
Use this resource to delete the print rule. 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 |
---|---|
name | Name of the print rule that user wants to delete |
http[s]:<host>:<port>/openspecimen/rest/ng/print-rules/{name}
Use this URL to delete print rule in openSpecimen application.
Result:
The response of this request will contains the details of the deleted print rule.
Below is the example of the delete print rule:
URL | http://<host>:<port>/ openspecimen/rest/ng/print-rules/MyRule |
Method | DELETE |
Request | application /json |
Response | "success" |
Error Cases :
code | Applies to | Status Message |
---|---|---|
200 | All resources | Print rule has been deleted successfully |
401 | All requests | Authorization failed, user doesn’t have authority |
404 | All requests | Print rule not found, print rule with given details not present in the system |
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