Skip to content

Delete a specific version of a document, including the version's source file and viewable rendition. Other versions of the document remain unchanged. See also Delete Document.

DELETE/api/{version}/objects/documents/{doc_id}/versions/{major_version}/{minor_version}
NameDescription
Acceptapplication/json (default) or text/csv
curl -X DELETE -H "Authorization: {SESSION_ID}" \ https://myvault.veevavault.com/api/v21.3/objects/documents/534/versions/0/2
{ "responseStatus": "SUCCESS", "id": 534 }