> For the complete documentation index, see [llms.txt](https://docs.yoplanning.support/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yoplanning.support/it/accademia-di-pianificazione/yoplanning-parametrage/gestion-des-revendeurs-et-apporteurs-daffaires/supprimer-un-revendeur-de-ma-team.md).

# Rimuovere un rivenditore dal mio team

### Descrizione delle funzionalità

La funzionalità "Elimina un rivenditore" ti consente di gestire l'elenco dei tuoi rivenditori all'interno del tuo team. Ti aiuta a mantenere un elenco aggiornato dei rivenditori attivi e a rimuovere quelli che non fanno più parte della tua rete.

### Passaggi per utilizzare la funzionalità

1. **Vai alla sezione "Prodotti"**
   * Dalla dashboard, fai clic su **Amministrazione**.
   * Dal menu a discesa, seleziona **Prodotti**.
2. **Apri la scheda "Rivenditori"**
   * Nella sezione **Prodotti**, fai clic sulla scheda **Rivenditori**.
   * Viene visualizzato un elenco di tutti i tuoi rivenditori.
3. **Rimuovi un rivenditore**
   * Trova il rivenditore che desideri rimuovere dall'elenco.
   * Fai clic sul pulsante **Rimuovi** accanto al nome del rivenditore.
   * Conferma l'eliminazione nella finestra pop-up che appare.

### Avvertenza: azione non annullabile

L'eliminazione di un rivenditore è **irreversibile**. Se elimini un rivenditore per errore, dovrai:

* Invita nuovamente il rivenditore.
* Riprogrammare tutti i prodotti ad esso assegnati.

### Suggerimenti per l'uso e buone pratiche

* **Controlla le informazioni prima di eliminare**: Assicurati che il rivenditore selezionato sia quello che desideri eliminare per evitare errori.
* **Contatta il rivenditore**: prima di rimuovere un rivenditore, ti consigliamo di contattarlo per informarlo della tua decisione e spiegare i motivi della rimozione.

### Errori comuni e soluzioni

* **Errore: il pulsante "Elimina" non è visibile**
  * **Soluzione**: assicurati di disporre dei diritti amministrativi necessari per eseguire questa azione. Se non vedi il pulsante "Elimina", contatta l'amministratore del tuo team per ottenere le autorizzazioni richieste.


---

# 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.yoplanning.support/it/accademia-di-pianificazione/yoplanning-parametrage/gestion-des-revendeurs-et-apporteurs-daffaires/supprimer-un-revendeur-de-ma-team.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.
