Skip to content
DELETE/api/{version}/objects/documents/{doc_id}/versions/{major_version}/{minor_version}/renditions/{rendition_type}
NameDescription
Acceptapplication/json (default) or application/xml
NameDescription
{doc_id}The document id field value.
{major_version}The document major_version_number__v field value.
{minor_version}The document minor_version_number__v field value.
{rendition_type}The document rendition type.

On SUCCESS, Vault deletes the rendition of the given type from the specified version of the document.

curl -X DELETE -H "Authorization: {SESSION_ID}" \ https://myvault.veevavault.com/api/v20.1/objects/documents/534/versions/2/0/renditions/imported_rendition__c
{ "responseStatus": "SUCCESS" }