Delete records using CVRS data in a text file

delete

/v0/upload/cvrs/batch

Upload CVRS delete requests for immunization records in a text file or zipped text file.

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/zip ()
A text file containing immunization records in CVRS format.
Root Schema : schema
Type: object
A zipped text file containing immunization records in CVRS format. The standard format zip file holds a single text file. The zip file cannot include a folder or use extra file attributes such as __MACOSX and .DS_Store.
Request Body - text/plain ()
A text file containing immunization records in CVRS format.
Root Schema : schema
Type: object
A text file containing immunization records in CVRS format.
Security
Back to Top

Response

Supported Media Types

Default Response

The default response contains a count of valid records in the transaction with a list of validation errors and a count of records processed by the database with a list of database processing errors.
Body ()
Root Schema : UploadStatusResponse
Type: object
Show Source
Nested Schema : storageResult
Type: object
Additional Properties Allowed
Show Source
The UploadStorageResult object contains the processing response from the database on the results of the transaction.
Nested Schema : validationErrors
Type: array
The list of immunization records containing formatting or other errors that make the record invalid.
Show Source
  • Contains information identifying the invalid record and the validation error message.
Nested Schema : UploadStorageResult
Type: object
The UploadStorageResult object contains the processing response on the results of the transaction.
Show Source
Nested Schema : processingErrors
Type: array
The list of immunization records containing database processing errors.
Show Source
Back to Top