# Excluir modelo

{% hint style="danger" %}
**A exclusão do modelo é irreversível**. Caso deseje utilizar o modelo novamente, o mesmo deverá ser recriado.
{% endhint %}

{% hint style="info" %}
O método de requisição é DELETE. Caso use GET ou POST, não tera o efeito desejado.
{% endhint %}

## Detalhar modelo

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

{% hint style="success" %}
No endpoint acima, substitua `{{template_token}}` pelo token exclusivo do modelo que deseja detalhar.&#x20;
{% endhint %}

#### Headers

| Name                                            | Type   | Description                                                                                     |
| ----------------------------------------------- | ------ | ----------------------------------------------------------------------------------------------- |
| Authorization<mark style="color:red;">\*</mark> | string | <p>Api token a frente do texto "Bearer". </p><p>Ex: Bearer c7f35c84-7893-4087-b4fb-d1f06c23</p> |

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

```javascript
{
    "message": "Modelo excluído com sucesso."
}
```

{% endtab %}
{% endtabs %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.zapsign.com.br/modelos/excluir-modelo.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
