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