# Remove a local partner from your workspace

{% hint style="info" %}
**Who can use this feature?**

* **Host Admins** of a local partner
* Only supported using the Cerby web app
  {% endhint %}

As a **Host Admin** of an existing [local partner](https://help.cerby.com/getting-started/concepts/user-management/partners#h-7e4add33a2), you can remove it from your workspace when you no longer need to share accounts with external collaborators. The following occurs when you remove a local partner:

* All **Guest Admins** and **Guest Users** of the local partner are removed from the workspace, leaving their Cerby user accounts deactivated. Therefore, they also lose access to the accounts shared via the local partner.
* All **Host Admins** lose their local partner role; their account roles are not affected.

To remove a local partner from your workspace, you must complete the following steps:

1. Log in to your [Cerby](https://app.cerby.com/) workspace.
2. Select the **Partners** option from the left menu. The **Partners** page is displayed.
3. Select the corresponding local partner from the **Your partners** list. The partner details section is displayed.
4. Click the **More options** (...) icon located at the top right of the partner details section. A drop-down menu is displayed.
5. Select the **Remove partner** option. The **Remove partner?** dialog box appears.
6. Click the **Remove partner** button. The dialog box closes, and a success message box is displayed. Cerby removes all **Guest Admins** and **Guest Users** from the workspace.

Now you are done.


---

# 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://help.cerby.com/cerby-web-app/partners/local-partners/remove-a-local-partner-from-your-workspace.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.
