openspecimen/rest/ng/container-types/<containerTypeId>
...
Below are the attributes which need to be sent as a path variable
Parameter | Details |
---|---|
containerTypeId | Container type identifier |
openspecimen/rest/ng/conatiner-types/1
...
Below is the example to delete container type:
URL | http://<host>:<port>/ openspecimen/rest/ng/container-types/1 | ||
Method | DELETE | ||
Response |
|
Error Cases :
code | Applies to | Status Message |
---|---|---|
200 | All resources | Container type has been deleted successfully |
404 | All requests | Container type with given identifier not found. |
401 | All requests | Authorization failed, user doesn’t have authority |
500 | All requests | Internal server error, encountered server error while performing operations |