Skip to content
DELETE/api/{version}/vobjects/{object_name}/{object_record_id}/attachments/{attachment_id}
NameDescription
Acceptapplication/json (default) or application/xml
NameDescription
{object_name}The object name__v field value (product__v, country__v, custom_object__c, etc.).
{object_record_id}The object record id field value.
{attachment_id}The attachment id field value.
curl -X DELETE -H "Authorization: {SESSION_ID}" \ https://myvault.veevavault.com/api/v26.1/vobjects/site__v/1357752909483/attachments/571
{ "responseStatus": "SUCCESS" }