Delete Immunization
DELETE {{baseUrl}}/api/v2/Immunization/:immunization-id?patient=<integer>&departmentId=<integer>
Overview:
Removes a specific immunization record, facilitating the management of outdated or irrelevant vaccination information within the system.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
patient | string | (Required) The patient identifier associated with the immunization record. | |
departmentId | string | (Required) The department identifier associated with the immunization record. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
x-source-id | string | (Required) The source id provided for connecting to the data source | |
Authorization | string |