Delete Multiple Document Versions
DELETE https://{{vaultDNS}}/api/{{version}}/objects/documents/versions/batch
https://developer.veevavault.com/api/23.2/#Delete_Document_Versions
Delete a specific version of multiple documents, including the version's source file and viewable rendition.
- The maximum input file size is 1GB.
- The values in the input must be UTF-8 encoded.
- CSVs must follow the standard format.
- The maximum batch size is 500.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
idParam | null | If you’re identifying documents in your input by their external ID |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Content-Type | string | ||
Accept | string |