> For the complete documentation index, see [llms.txt](https://docs.tessl.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tessl.io/distribute/removing-the-integration.md).

# Removing the integration

## GitHub Integration

To remove the GitHub integration, two steps are required:

\
1\) GitHub: Remove the Tessl App from within your GitHub Organization settings.

2\) Tessl: Click the delete icon next to the integration and confirm.

### GitHub removal

* Navigate to *Applications* and click on *Configure*<br>

  <figure><img src="https://1171143958-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXbWzspFdXV0HNujz6gJ9%2Fuploads%2Fgit-blob-222fb050f48ed5c26034dcc2a437442b3562a0a4%2Fimage%20(19)%20(1).png?alt=media" alt=""><figcaption></figcaption></figure>
* Scroll and click the option to Uninstall, completing the steps to Uninstall when requested.<br>

  <figure><img src="https://1171143958-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXbWzspFdXV0HNujz6gJ9%2Fuploads%2Fgit-blob-c576aa2bff5f46545076a65e9145438a47f59d13%2Fimage%20(20)%20(1).png?alt=media" alt=""><figcaption></figcaption></figure>

### Tessl Removal

* Select your workspace from the workspace switcher in the sidebar, below the organization dropdown.\
  ![](https://1171143958-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXbWzspFdXV0HNujz6gJ9%2Fuploads%2Fgit-blob-cab7586e4e5abd3681c884f7680661d6aba51b2a%2Fimage%20\(115\).png?alt=media)
* Open **Settings** in the sidebar, then select the **Integrations** section.

  .\
  ![](https://1171143958-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXbWzspFdXV0HNujz6gJ9%2Fuploads%2Fgit-blob-ac6951c8331482229a736ba9dfc5bf52cede94be%2Fimage%20\(125\).png?alt=media)

  If the integration belongs to your organization rather than this workspace, the workspace Integrations section only summarizes it. Remove the connection from the organization dropdown at the top of the sidebar → **Settings** → **Integrations** → **Manage**. This route needs the organization integration-management permission.
* Click the delete icon next to the GitHub integration, then click *Uninstall* in the confirmation dialog.

  <div align="left"><figure><img src="https://1171143958-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXbWzspFdXV0HNujz6gJ9%2Fuploads%2Fgit-blob-dcce412ea9ffef78776df945e9918becc6cb4e16%2Fgithub-remove-confirm.png?alt=media" alt="" width="563"><figcaption></figcaption></figure></div>

***

## Gitlab integration

To remove the GitLab integration, two steps are required:

1\) Tessl: Click the delete icon next to the integration and confirm.

2\) GitLab, delete the integration token if it is no longer in use.

### Tessl & GitLab removal

* Select your workspace from the workspace switcher in the sidebar, below the organization dropdown.\
  ![](https://1171143958-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXbWzspFdXV0HNujz6gJ9%2Fuploads%2Fgit-blob-cab7586e4e5abd3681c884f7680661d6aba51b2a%2Fimage%20\(115\).png?alt=media)
* Open **Settings** in the sidebar, then select the **Integrations** section.\
  ![](https://1171143958-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXbWzspFdXV0HNujz6gJ9%2Fuploads%2Fgit-blob-f95952143a3aa19b1074aacfbca8165789cf1656%2Fimage%20\(128\).png?alt=media)

  .

  If the integration belongs to your organization rather than this workspace, the workspace Integrations section only summarizes it. Remove the connection from the organization dropdown at the top of the sidebar → **Settings** → **Integrations** → **Manage**. This route needs the organization integration-management permission.
* Click the delete icon next to the GitLab integration.
* Enter in the requested value\
  ![](https://1171143958-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXbWzspFdXV0HNujz6gJ9%2Fuploads%2Fgit-blob-14f456a09b25b01cf5a1a9f690322af0e2bd9a05%2Fimage%20\(4\)%20\(1\).png?alt=media)

### Gitlab removal

For security purposes, it is generally good practice to delete old tokens that are no longer used. Navigate to the correct token area in Gitlab and delete the token used for the integration

<div align="left"><figure><img src="https://1171143958-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXbWzspFdXV0HNujz6gJ9%2Fuploads%2Fgit-blob-5cfad8449391d2850c4af53de620268a1880c8da%2Fimage%20(5).png?alt=media" alt="" width="98"><figcaption></figcaption></figure></div>


---

# 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.tessl.io/distribute/removing-the-integration.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.
