Got feedback or spotted a mistake?
Leave a comment at the end of this page or email contact@krishagni.com
Delete Site
openspecimen/rest/ng/sites/{id}
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.
Below are the attributes which need to be sent in the request body :
Parameter | Details |
---|---|
id | Site id of the site. |
http[s]:<host>:<port>/openspecimen/rest/ng/sites/{id}
Use this URL to delete site in openSpecimen application.
Result:
The response of this request will contains the details of the deleted site.
Below is the example of the delete site:
URL |
|
Method | DELETE |
Request | application /json |
Response | { "id": 4, "name": "Arkansas Hospital_1451841408866", "instituteName": "A1 - For Demo Users", "type": "Collection Site", "activityStatus": "Disabled", "cpCount": 0, "coordinators": [ { "id": 107, "firstName": "Alexandra", "lastName": "Alfortish", "loginName": "aalfortish", "domain": "openspecimen", "emailAddress": "aalfortish@lcrc.info", "admin": false, "cpCount": 0, "creationDate": 1438021800000 }, { "id": 14, "firstName": "Vinod", "lastName": "Gaikwad", "loginName": "vinod", "domain": "openspecimen", "emailAddress": "vinod.gaikwad@domain.com", "admin": false, "cpCount": 0, "creationDate": null } ], "address": "Arkansas", } |
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 |
Got feedback or spotted a mistake?
Leave a comment at the end of this page or email contact@krishagni.com