**Source URL:** https://limited.veevavault.dev/regulatory/vault-api/api-reference/26.1/binders/binder-templates/delete-binder-template

# Delete Binder Template

Delete an existing binder template from your Vault.

<Endpoint path="/api/{version}/objects/binders/templates/{template_name}" method="DELETE" />

## Headers

| Name | Description |
| --- | --- |
| `Accept` | `application/json` (default) or `application/xml` |

## URI Path Parameters

<FieldTable>
| Name | Description |
| --- | --- |
| `{template_name}` | The binder template `name__v` field value. |
</FieldTable>

## Request

<CodeExample title="">
```bash
curl -X DELETE -H "Authorization: {SESSION_ID}" \
https://myvault.veevavault.com/api/v15.0/objects/binders/templates/binder_template_1__c
```
</CodeExample>

## Response

<CodeExample title="">
```json
{
    "responseStatus": "SUCCESS"
}
```
</CodeExample>

---

**Previous:** [Replace Binder Template Nodes](/regulatory/vault-api/api-reference/26.1/binders/binder-templates/replace-binder-template-nodes)  
**Next:** [Binding Rules](/regulatory/vault-api/api-reference/26.1/binders/binding-rules)