openspecimen/rest/ng/print-rules/{ruleNamename}
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 |
---|---|
ruleName name | Name of the Print Rule print rule that user wanted wants to delete |
http[s]:<host>:<port>/openspecimen/rest/ng/print-rules/{ruleNamename}
Use this URL to delete print rule in openSpecimen application.
...
URL | http://<host>:<port>/ openspecimen/rest/ng/print-rules/{rukeName}MyRule |
Method | DELETE |
Request | application /json |
Response | "success" |
...