> 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/en/yoplanning-academy/yoplanning-parametrage/gestion-des-revendeurs-et-apporteurs-daffaires/supprimer-un-revendeur-de-ma-team.md).

# Remove a reseller from my team

### Feature Description

The “Delete a reseller” functionality allows you to manage the list of your resellers within your team. It helps you maintain an up-to-date list of active resellers and remove those who are no longer part of your network.

### Steps to use the feature

1. **Go to the "Products" section**
   * From the dashboard, click on **Administration**.
   * From the drop-down menu, select **Products**.
2. **Open the "Resellers" tab**
   * In the **Products** section, click on the **Resellers** tab.
   * A list of all your resellers is displayed.
3. **Remove a reseller**
   * Find the retailer you want to remove from the list.
   * Click the **Remove** button next to the reseller name.
   * Confirm the deletion in the pop-up window that appears.

### Warning: Action Not Cancelable

Deleting a reseller is **irreversible**. If you delete a reseller by mistake, you will need to:

* Re-invite the dealer.
* Reprogram all of the products assigned to it.

### Tips for use and best practices

* **Check the information before deleting**: Make sure the selected retailer is the one you want to delete to avoid any errors.
* **Contact the reseller**: Before removing a reseller, it is recommended that you contact them to inform them of your decision and explain the reasons for removal.

### Common errors and solutions

* **Error: The "Delete" button is not visible**
  * **Solution**: Make sure you have the necessary administrative rights to perform this action. If you don't see the "Delete" button, contact your team administrator to obtain the required permissions.


---

# 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/en/yoplanning-academy/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.
