**Source URL:** https://limited.veevavault.dev/qualityone/vault-api/api-reference/23.3/binders/binder-templates/delete-binder-template.md

# Delete Binder Template



Delete an existing binder template from your Vault.

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

## Headers {#headers}

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

## URI Path Parameters {#uri-path-parameters}

## Request {#request}

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

```
</CodeExample>

## Response {#response}

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

```
</CodeExample>

---

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