> For the complete documentation index, see [llms.txt](https://helpcenter.channable.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpcenter.channable.com/get-started/getting-started-agencies/agency-dashboard/remove-a-company.md).

# Remove a company

### Option 1: You were directly invited to the company as a User via your email address

1. On the **Agency Dashboard**, select the company you want to remove from the list, or use the search bar.

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

2. Once the company is selected, the resulting page will lead to the company project. On the left side menu, click **Manage Access**.

<figure><img src="/files/1892102c956bba516493b2138daa0f4d34a624e1" alt=""><figcaption></figcaption></figure>

3. If you are the **Owner** of the company, [contact our support team](https://www.channable.com/contact) and request to be deleted from that company.
4. If you are a **Collaborator** or **Employee**, you can remove yourself by clicking **Remove yourself**.

{% hint style="info" %}
**Note:** Employees and Collaborators have different views for this process.
{% endhint %}

### Option 2: The company was connected to your Agency Dashboard via a link

1. Go to the **Connected companies t**ab in your Agency Dashboard.
2. Locate the company you want to remove and click the <i class="fa-link-slash">:link-slash:</i> icon in the “Disconnect company” column. <br>

<figure><img src="/files/6c63a2f96367c93be9bb11523eeec0d8126979a1" alt=""><figcaption></figcaption></figure>

3. In the pop up, click **Disconnect company**.

<figure><img src="/files/6a08331c4bc5a7284fcaca7d1e60dea38ed1575e" alt=""><figcaption></figcaption></figure>

The company will no longer appear on your main page in the Agency Dashboard, and noone from your agency should have access to it. If certain users can still see the company, they should follow the instructions in [Option 1](#option-1-you-were-directly-invited-to-the-company-as-a-user-via-your-email-address) to remove themselves from the company.


---

# 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://helpcenter.channable.com/get-started/getting-started-agencies/agency-dashboard/remove-a-company.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.
