/openspecimen/rest/ng/permissible-values/{ID}
Use this resource URL to delete archive a PV dropdown value.
http[s]:<host>:<port>/openspecimen/rest/ng/permissible-values/{ID}
Use this URL to delete archive the PV dropdown.
Result:
The response to this request will contain the details of the deleted archived PV dropdown.
Below is an example of a deleted an archived PV dropdown:
URL | http[s]:<host>:<port>/openspecimen/rest/ng/permissible-values/91621 | ||
Method | PUT | ||
Request | application/json | ||
Request Payload |
| ||
Response |
|
...
code | Applies to | Status Message |
---|---|---|
200 | All resources | PV dropdown has been archieved archived successfully |
400 | All requests | Invalid parameters, e.g entry not found … etc |
401 | All requests | Authorization failed, user doesn’t have authority |
500 | All requests | Internal server error, encountered server error while performing operations |