# Delete template

{% hint style="danger" %}
**The deletion is irreversible.** If you want to reuse the template, it will have a to be created again.
{% endhint %}

{% hint style="info" %}
The request method is DELETE. If you use GET or POST it will not have the desired effect.
{% endhint %}

## Delete template

<mark style="color:red;">`DELETE`</mark> `https://api.zapsign.com.br/api/v1/templates/{{template_token}}/`

#### Headers

<table><thead><tr><th width="200">Name</th><th width="90">Type</th><th>Description</th></tr></thead><tbody><tr><td>Authorization<mark style="color:red;">*</mark></td><td>string</td><td><p>apiToken ahead of the "Bearer" text. </p><p>Ex: Bearer c7f35c84-7893-4087-b4fb-d1f06c23</p></td></tr></tbody></table>

{% tabs %}
{% tab title="200: OK " %}

```javascript
{
    "message": "Template successfully deleted."
}
```

{% endtab %}
{% endtabs %}

### Request

{% embed url="<https://www.postman.com/zapsign/workspace/zapsign-workspace/request/27495556-306f37a8-a815-4209-ae2c-fc1d1757b02b?ctx=documentation>" %}
