...
Use this resource to delete an existing registration from the OpenSpecimen application. Use HTTP POST method to call this API by passing the below details in JSON format.
Use this resource to delete an existing participant in the OpenSpecimen application. Use HTTP DELETE method to call this API by passing the below details:
Below are the parameters which need to be sent with the request:
...
code | Applies to | Status Message |
---|---|---|
200 | All resources | Participant Registration deleted successfully |
401 | All requests | Authorization failed, User doesn’t have privileges to delete Participants |
404 | All requests | The requested registration not found |
500 | All requests | Internal server error, Encountered server error while performing operations |
...