For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
    • Home
  • API Reference
        • POSTIdentify Individual
        • POSTImmunisation History Details
        • POSTMedical Contraindication History
        • POSTNatural Immunity History
        • POSTVaccine Trial History
        • POSTAdd Additional Vaccine Indicator
        • POSTRemove Additional Vaccine Indicator
        • POSTIndigenous Status Update
        • POSTImmunisation History Statement
        • POSTUpdate Encounter
  • Guides
    • Minor ID Setup
    • Architecture
    • Security & Governance
    • PRODA
    • DVA Integration
    • AIR Integration
    • Integration test data
    • Troubleshooting
LogoLogo
API ReferenceAIRIndividual Details

Remove Additional Vaccine Indicator

||View as Markdown|
POST
/AIR/v1/individual/additional-vaccine-indicator/remove
POST
/AIR/v1/individual/additional-vaccine-indicator/remove
$curl -X POST https://api.rebateright.com.au/AIR/v1/individual/additional-vaccine-indicator/remove \
> -H "x-api-key: <apiKey>" \
> -H "Content-Type: application/json" \
> -d '{
> "individualIdentifier": "wXrN7bKidsrIHzwqkDkGJHDOYBHbiH_3fEgIe4PEaESYj0qNDFRSdnqCM0BvbRF-9maImeb7tXpSC50uqA-T_wGPH8QDag8rTHC-N11jTan2OY_92X9U6Q==",
> "individualDateOfBirth": "18042016",
> "acknowledgement": true,
> "informationProvider": {
> "providerNumber": "T39126X"
> }
>}'
200Success
1{
2 "statusCode": "AIR-I-1100",
3 "codeType": "AIRIBU",
4 "message": "Your request was successfully processed.",
5 "correlationId": "urn:uuid:MDE00000384c062c511243a0"
6}
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`). |
Was this page helpful?
Previous

Add Additional Vaccine Indicator

Next

Indigenous Status Update

Built with

Remove the Additional Vaccines Required indicator from an individual’s AIR record. Mirror of Add Additional Vaccine Indicator — same request shape, same acknowledgement requirement, removes rather than adds.

Requires an individualIdentifier from a prior Identify Individual call.

For shared response patterns and the full status-code list, see AIR Integration.

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

CodeMeaning
AIR-I-1100Indicator successfully removed.
AIR-E-1005Validation 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