Skip to content

Delete an existing binder template from your Vault.

DELETE/api/{version}/objects/binders/templates/{template_name}
NameDescription
Acceptapplication/json (default) or application/xml
NameDescription
{template_name}The binder template name__v field value.
curl -X DELETE -H "Authorization: {SESSION_ID}" \ https://myvault.veevavault.com/api/v26.1/objects/binders/templates/binder_template_1__c
{ "responseStatus": "SUCCESS" }