# Exclusão de Dados - Requisições do Tipo DELETE

Neste exemplo prático, iremos realizar a exclusão de um solicitante no Tiflux.

Para excluir um solicitante, iremos consumir a rota de [Excluir solicitante.](https://api.tiflux.com/api/v2/#delete-/clients/-client_id-/requestors/-id-)

Segue um exemplo da requisição sendo efetuada através do *Postman:*

<figure><img src="/files/ufxPR9t4PaP5VEE7EJaq" alt=""><figcaption><p>Neste exemplo, tanto o ID do cliente, quanto o ID do solicitante foram informados no próprio link da requisição.</p></figcaption></figure>

Caso esteja tudo correto e o solicitante possa ser excluído, será retornado o *status* <mark style="color:green;">**"204 No Content":**</mark>

<figure><img src="/files/qIzDWcsJI50YonnZSesW" alt=""><figcaption></figcaption></figure>

Para obter detalhes sobre cada rota de atualização de dados, incluindo os parâmetros necessários e os respectivos retornos, [consulte a documentação oficial da API.](https://api.tiflux.com/api/v2/#overview)


---

# 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://guia-de-uso.tiflux.com/integracoes/api-tiflux/api-v2/exclusao-de-dados-requisicoes-do-tipo-delete.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.
