openspecimen/rest/ng/visits/{visitId}
...
URL | http://<host>:<port>/ openspecimen/rest/ng/visits/1
|
Method | DELETE |
Response | { Code Block |
---|
language | js |
---|
linenumbers | true |
---|
| {
cprId: |
"LP-0010-W0-PD_1449207545946" |
|
Error Cases :
| | |
---|
200 | All resources | Collection Protocol has been deleted successfully |
401 | All requests | Authorization failed, user doesn’t have authority |
404 | All requests | Collection Protocol not found, collection Protocol with given details not present in the system |
500 | All requests | Internal server error, encountered server error while performing operations |
...