> 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/conta/excluir-usuario-da-conta.md).

# Excluir usuário da conta

Remove o vínculo de um usuário da conta da organização.

{% hint style="danger" %}
**IMPORTANTE:** Ao remover um usuário da organização, ele perderá o acesso a todos os recursos, como documentos e modelos. Contudo, **os documentos criados por ele** permanecerão na organização e continuarão acessíveis aos demais membros.
{% endhint %}

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

## Remover usuário

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

{% hint style="success" %}
No endpoint acima, substitua `{{user_email}}` pelo e-mail do usuário que deseja remover da organização.
{% endhint %}

#### Headers

<table><thead><tr><th width="163">Name</th><th width="148">Type</th><th>Description</th></tr></thead><tbody><tr><td>Authorization<mark style="color:red;">*</mark></td><td>string</td><td><p>Api token a frente do texto "Bearer". </p><p>Ex: Bearer c7f35c84-7893-4087-b4fb-d1f06c23</p></td></tr></tbody></table>

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

```json
{
    "message": "Usuário excluído da organização com sucesso."
}
```

{% endtab %}
{% endtabs %}

{% hint style="info" %}
**Aviso**: Não é possível remover usuários com permissão de proprietário da organização.
{% endhint %}


---

# 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/conta/excluir-usuario-da-conta.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.
