Remove Additional Vaccine Indicator

View as Markdown
Remove the *Additional Vaccines Required* indicator from an individual's AIR record. Mirror of [Add Additional Vaccine Indicator](/api-reference/air/individual-details/add-additional-vaccine-indicator) — same request shape, same acknowledgement requirement, removes rather than adds. Requires an `individualIdentifier` from a prior [Identify Individual](/api-reference/air/individual-details/identify-individual) call. For shared response patterns and the full status-code list, see [AIR Integration](/air). #### Acknowledgement text Display the same acknowledgement text as for Add, and pass `acknowledgement: true` only after the provider confirms. `false` returns `AIR-E-1065`. #### Status Codes | Code | Meaning | |---|---| | `AIR-I-1100` | Indicator successfully removed. | | `AIR-E-1005` | Validation errors (e.g. `AIR-E-1065`, `AIR-E-1061`). |

Authentication

x-api-keystring
API Key authentication via header
x-minor-idstring
API Key authentication via header

Request

This endpoint expects an object.
individualIdentifierstringRequired
Opaque token from a prior Identify Individual call.
individualDateOfBirthstringRequired
DDMMYYYY format.
acknowledgementbooleanRequired

Must be true. false returns AIR-E-1065.

informationProviderobjectRequired

Response

OK
statusCodestring
codeTypestring
messagestring
errorslist of objects or null
correlationIdstring