catissuecoreopenspecimen/rest/ng/print-rules/{ruleName}
...
Parameter | Details |
---|---|
ruleName | Name of the Print Rule that user wanted to delete |
http[s]:<host>:<port>/catissuecoreopenspecimen/rest/ng/print-rules/{ruleName}
Use this URL to delete print rule in caTissue 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>/ catissuecoreopenspecimen/rest/ng/print-rules/{rukeName} |
Method | DELETE |
Request | application /json |
Response | "success" |
...
code | Applies to | Status Message |
---|---|---|
200 | All resources | Print rule has been deleted successfully |
401 | All requests | Authorization failed, User user doesn’t have Authorityauthority |
404 | All requests | Print rule not found, Print print rule with given details not present in the system |
500 | All requests | Internal server error, Encountered encountered server error while performing operations |