Remove Additional Vaccine Indicator
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`). |