openspecimen/rest/ng/sites/{id}
or
openspecimen/rest/ng/sites/name={name}
Use this resource to delete the site in the OpenSpecimen application. Use HTTP DELETE method to call this API by passing the below details in JSON format.
...
Parameter | Details |
---|---|
id | Site id of the site. |
name | Site name of the site. |
http[s]:<host>:<port>/openspecimen/rest/ng/sites/{id}
or
http[s]:<host>:<port>/openspecimen/rest/ng/sites/name={name}
Use this URL to delete site in openSpecimen application.
...
URL |
or
| |||||||||
Method | DELETE | |||||||||
Request | application /json | |||||||||
Response | "success"
|
Error Cases :
code | Applies to | Status Message |
---|---|---|
200 | All resources | Site has been deleted successfully |
401 | All requests | Authorization failed, user doesn’t have Authority |
404 | All requests | Site not found, Site with given details not present in the system |
500 | All requests | Internal server error, Encountered server error while performing operations |