@@ -80,15 +80,15 @@ Switch between organizations easily:
8080- ⚡ ** Older PRs** : Use ` @coderabbitai review ` to trigger manually
8181
8282:::tip Pro Tip
83- Just created a PR right before installing CodeRabbit? or drop a ` @coderabbitai full review ` comment in old PR to get it reviewed.
83+ Just created a PR right before installing CodeRabbit? Drop a ` @coderabbitai full review ` comment in old PR to get it reviewed.
8484:::
8585
8686![ CodeRabbit- Full-Review] ( /img/faq/full-review.png )
8787
8888### Customization Options
8989
9090- ** Language Settings** : Configure review language in repository settings
91- - ** Review Rules** : Customize via [ Review Instructions] ( . /guides/review-instructions.md )
91+ - ** Review Rules** : Customize via [ Review Instructions] ( /guides/review-instructions )
9292- ** Branch Selection** : Default branch reviews enabled by default (configurable)
9393
9494### Access & Permissions
@@ -104,7 +104,7 @@ Interact with CodeRabbit by:
1041041 . Replying directly to CodeRabbit comments
1051052 . Tagging ` @coderabbitai ` in PR discussions
1061063 . Adding review comments for specific lines
107- 4 . Customize via [ Review Instructions] ( . /guides/review-instructions.md )
107+ 4 . Customize via [ Review Instructions] ( /guides/review-instructions )
108108
109109:::tip Collaboration Mode
110110When team members are active in PRs, use ` @coderabbitai ` to engage the bot.
@@ -137,5 +137,79 @@ In-trial and open-source plans have lower rate limits than the paid plan. In all
1371373 . That's it. CodeRabbit will automatically start reviewing your PRs
138138
139139:::tip Need Help?
140- Visit our [ Support] ( . /about/support.md ) page for additional assistance or reach out to our team on [ discord ] ( http://discord.gg/coderabbit ) .
140+ Visit our [ Support] ( /about/support ) page for additional assistance or reach out to our team on [ Discord ] ( http://discord.gg/coderabbit ) .
141141:::
142+
143+ ## Account Management {#account-management}
144+
145+ ### How do I delete my CodeRabbit account?
146+
147+ :::danger Irreversible Account Deletion
148+ Deleting your CodeRabbit account is permanent and cannot be undone. This action will permanently erase:
149+
150+ - Organization and Repository data
151+ - AI Bot learnings and insights
152+ - Subscriptions and billing information
153+ - All settings and configurations
154+ - Reports and recurring reports
155+ - Third-party service integrations
156+ :::
157+
158+ <Tabs >
159+ <TabItem value =" deletion " label =" Account Deletion Steps " default >
160+ 1. Sign into your CodeRabbit account
161+ 2. Navigate to the **Subscription** page
162+ 3. Click the orange **Delete Account** button
163+ 4. Review the deletion confirmation modal
164+ 5. Type "delete" to confirm
165+ 6. Complete platform-specific cleanup steps below
166+
167+ :::info
168+ The Delete Account button is only visible to admin users.
169+ :::
170+
171+ A confirmation modal will appear explaining the consequences of account deletion. You can expand each section for detailed information:
172+
173+ <div align="center">
174+ 
175+ 
176+ </div>
177+
178+ </TabItem >
179+ <TabItem value =" github " label =" GitHub Cleanup " >
180+ After account deletion, you must:
181+
182+ **Remove OAuth App:**
183+ 1. Go to Organization settings
184+ 2. Click **OAuth Application Policy**
185+ 3. Find **coderabbitai** and click the pencil icon
186+ 4. Click **Revoke**
187+
188+ **Uninstall GitHub App:**
189+ 1. Go to Organization settings
190+ 2. Click **GitHub Apps**
191+ 3. Select **Configure**
192+ 4. Click **Uninstall**
193+
194+ </TabItem >
195+ <TabItem value =" gitlab " label =" GitLab Cleanup " >
196+ Complete these steps:
197+
198+ 1. Remove OAuth App from User Settings > Applications
199+ 2. Remove Webhook from Group > Project Settings > Webhooks
200+ 3. Remove Bot User from Group > Manage > Members
201+
202+ </TabItem >
203+ <TabItem value =" azure " label =" Azure DevOps Cleanup " >
204+ 1. Go to Project Settings > Service Hooks
205+ 2. Delete CodeRabbit webhooks
206+ 3. Remove CodeRabbit user or delete associated Personal Access Token
207+ </TabItem >
208+ </Tabs >
209+
210+ :::warning Post-Deletion Steps
211+ The platform-specific cleanup steps are necessary to completely remove CodeRabbit access. Without completing these steps:
212+
213+ - CodeRabbit may retain some platform permissions
214+ - Signing back in will recreate minimal account data
215+ :::
0 commit comments