chore(KNO-14743): Remove callout on account deletion page to cancel billing - #1600
Merged
rachael-t merged 1 commit intoAug 11, 2026
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Risk LOW: Removes the interim billing cancellation callout from the account deletion page and updates the billing bullet point to reflect automatic subscription cancellation.
Reasons
- Only one file changed:
content/manage-your-account/account-deletion.mdx - Small diff (1 addition, 14 deletions) with no structural or navigation changes
- No TypeScript, component, config, sidebar, or OpenAPI spec files modified
- No new pages, images, or cross-section content changes
- Author
rachael-tis a known repository contributor
Notes
- Confirm the billing bullet point still reads correctly after removing the "deleting your account does not cancel billing" language
- Verify the remaining guidance to cancel subscriptions before deletion still matches current product behavior now that automatic cancellation is enabled
Sent by Cursor Automation: Docs PR classifier
rachael-t
deleted the
rt-kno-14743-remove-account-deletion-billing-callout
branch
August 11, 2026 21:40
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Description
Removes the callout added in #1577 since automatic subscription cancellation is now enabled. I opted to keep the billing bullet point under the "Before you delete" section because I think it's good practice for customers to do this first, but removed the sentence about account deletion not canceling billing (since it now does).
Tasks
KNO-14743