Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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
siteIdSite 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:

URLhttp://<host>:<port>/catissuecoreopenspecimen/rest/ng/sites/{siteId}
MethodDELETE
Requestapplication /json

Response

"success"

...