catissuecoreopenspecimen/rest/ng/sites/{siteId}
Use this resource to delete the Site. 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 |
---|---|
siteId | Site Id of the site |
http[s]:<host>:<port>/catissuecoreopenspecimen/rest/ng/sites/{siteId}
Use this URL to delete site in caTissue application.
...
Below is the example of the delete site:
URL | http://<host>:<port>/ catissuecoreopenspecimen/rest/ng/sites/{siteId} |
Method | DELETE |
Request | application /json |
Response | "success" |
...