Delete vaccination
General
This endpoint handles deletion of previously reported vaccination
Endpoint details
url:
{BASE_URL}/immunizations
(DELETE)
request body:
- profile: https://simplifier.net/nvr/nvrdeleteimmunizationparameters
- Alt1. Via unique identifier (generated by journal system when vaccination was created)
- Alt2. Unique identifier is not available using composite key
- profile: https://simplifier.net/nvr/nvrimmunization
- example: https://simplifier.net/NVR/immunization-example/~json
Possible responses
- Success: response code 200
- Validation error(s) - code 400 (bad request)
- Unauthorized - code 401
- Forbidden - code 403
- Not found - code 404
- Unexpected error - code 500
- Service Unavailable - code 503