---
title: Delete CodeRabbit Account
sidebar_label: Delete CodeRabbit Account
# description:
sidebar_position: 5
---
The guide explains how to delete your CodeRabbit account and all the data
associated with it.
:::danger Irreversible Account Deletion
Deleting your CodeRabbit account is permanent and cannot be undone. This action
will permanently erase all data associated with your account, including:
- Organization and Repositories: The organization and repositories integrated with CodeRabbit.
- For Self-Hosted GitLab users, all the organizations and repositories data will be removed from CodeRabbit servers.
- Learnings and Insights: All data generated by the CodeRabbit AI Bot.
- Subscriptions and Billing: All subscription details and billing information.
- Settings: All repository and organization level settings configured by you.
- Reports: All recurring reports created by you.
- Integrations: All connections with third-party services such as Jira, Linear, etc., established by you.
:::
### Deleting the CodeRabbit Account via the UI
:::info
Only accounts where the user has admin access will be deleted.
:::
Sign into your CodeRabbit account and navigate to the **Subscription** page.
Select the orange colored **Delete Account** button just below the Manage
Subscription button. If you do not see the button, then likely you are not an
admin user for that specific organization. Upon selecting a organization which
as admin access, the button will appear.
A Modal informing the user about the result of deleting the account will open
upon selecting **Delete Account**. You can open the dropdowns for more
information.


Deletion will only occur once the admin specifically types in "delete" in the
input box provided.
You will be redirected to the login page once the account is deleted. Please
look at the next section for additional steps required by the user.
## Additional Steps Required by the User
### GitHub
#### Remove / Revoke the CodeRabbit OAuth App from your GitHub account
1. Navigate to your Organizations settings on GitHub
2. Click on OAuth Application Policy
3. Select the pencil icon next to coderabbitai
4. Click Revoke to remove permissions
#### Uninstall the CodeRabbit GitHub App from your GitHub account
1. Navigate to your Organizations settings on GitHub.
2. Click on GitHub Apps on the left sidebar.
3. Select Configure
4. Select Uninstall near the bottom of the page
### GitLab and Self-Hosted GitLab
#### Remove / Revoke the CodeRabbit OAuth App from your GitLab account
1. Navigate to your User Settings in GitLab
2. Click on Applications
3. Click Revoke on the CodeRabbit application and confirm
#### Uninstall the CodeRabbit Webhook from your GitLab account
1. Navigate to your Group where you installed CodeRabbit in the
GitLab UI
2. Select a project you installed CodeRabbit on, Hover over{" "}
Settings and select{" "} Webhooks
3. Select Delete and confirm the deletion the project hook.
4. Select Uninstall near the bottom of the page
#### Uninstall the CodeRabbit Bot User from your GitLab account
1. Navigate to your Group where you installed CodeRabbit in the
GitLab UI
2. Select a project you installed CodeRabbit on, Hover over{" "}
Manage and select Members
3. Select Remove Member and confirm to remove the CodeRabbit
from your project
### Azure DevOps
#### Uninstalling CodeRabbit from your Azure DevOps project
1. Navigate to your Project Settings in the Azure DevOps UI where CodeRabbit is installed.
2. Under Project Settings, go to Service Hooks.
3. Select the webhooks that are added by CodeRabbit.
4. Click the Delete icon at the top of the page.
5. Remove the CodeRabbit user or delete the Personal Access Token associated with the user used for reviews.
:::warning
The steps are necessary to completely off-board CodeRabbit from your
GitHub/GitLab account. Failure to do so will result in CodeRabbit still having
permissions to your GitHub/GitLab account, although no data will be processed.
Signing back in without completing the above steps will re-introduce a minimal
set of data being stored as a part of the sign in process.
:::