Got feedback or spotted a mistake?

Leave a comment at the end of this page or email contact@krishagni.com

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

openspecimen/rest/ng/institutes/{instId}

or

openspecimen/rest/ng/institutes/name={name}

Use this resource to delete the institute. 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
instIdInstitute id of the site


http[s]:<host>:<port>/openspecimen/rest/ng/institutes/{instId}

or

http[s]:<host>:<port>/openspecimen/rest/ng/institutes/name={name}


Use this URL to delete institute in openSpecimen application.

Result:

The response of this request will contains the details of the deleted institute.

Below is the example of the delete institute:

URLhttp://<host>:<port>/openspecimen/rest/ng/institutes/{instId}
MethodDELETE
Requestapplication /json

Response

"success"

 

 Error Cases :

code
Applies to
Status Message
200All resourcesInstitute has been deleted successfully
401All requestsAuthorization failed, user doesn’t have authority
404All requestsInstitute not found, institute with given details not present in the system
500All requestsInternal server error, encountered server error while performing operations
  • No labels