> For the complete documentation index, see [llms.txt](https://docs.zapsign.com.br/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zapsign.com.br/signatarios/excluir-signatario.md).

# Excluir signatário

Este endpoint permite a exclusão de um signatário de um documento, útil quando um signatário foi adicionado incorretamente ou se não for mais necessário no processo de assinatura.

{% hint style="warning" %}
**Atenção: a exclusão é sem volta.** Caso queira reinserir o signatário no documento, ele terá um novo token/link para assinar.
{% endhint %}

***

### Exemplo de requisição

{% embed url="<https://www.postman.com/zapsign/workspace/zapsign-workspace/request/27495556-f2604fc9-736f-4aaa-aece-8e53674637f2?ctx=documentation>" %}

\ <mark style="color:red;">`DELETE`</mark> `https://api.zapsign.com.br/api/v1/signer/{{signer_token}}/remove/`

#### 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> |

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><strong>não é possível excluir um signatário que já assinou o documento!</strong></td><td></td><td></td><td><a href="/files/XGtKi0F9DtFTEwDuCYhX">/files/XGtKi0F9DtFTEwDuCYhX</a></td></tr><tr><td> <strong>não é possível excluir o único signatário do documento -</strong> se for o caso, antes adicione o segundo signatário e só depois exclua o primeiro.</td><td></td><td></td><td><a href="/files/XGtKi0F9DtFTEwDuCYhX">/files/XGtKi0F9DtFTEwDuCYhX</a></td></tr></tbody></table>

{% hint style="info" %}
Em algumas situações, o webhook "doc\_signed" pode ser disparado após um signatário ser excluído. Se isso acontecer, é porque o PDF signed\_file foi atualizado.
{% endhint %}

{% tabs %}
{% tab title="200 " %}
Signatário removido com sucesso.
{% endtab %}

{% tab title="400" %}
Erro: Não é possível remover um signatário que já assinou o documento
{% endtab %}
{% endtabs %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.zapsign.com.br/signatarios/excluir-signatario.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
