docs: Document session recording deletion and crypto-shredding#15324
Open
inkeep[bot] wants to merge 3 commits intomasterfrom
Open
docs: Document session recording deletion and crypto-shredding#15324inkeep[bot] wants to merge 3 commits intomasterfrom
inkeep[bot] wants to merge 3 commits intomasterfrom
Conversation
…to privacy docs Documents the recording deletion workflow introduced in PostHog/posthog#48420: - Crypto-shredding (per-session key destruction) - Two-phase deletion: key shredding + 10-day metadata cleanup - Automatic deletion on person/team/project deletion - Deleted recording player notice
Updates the data storage docs to reflect PR #48420 which adds the `delete_recordings=true` parameter to the person deletion API. When set, session recordings are permanently destroyed using crypto-shredding. - Update Persons row in deletion table to mention session recordings - Add `delete_recordings=true` to all API examples (bash, JS, Python) - Add explanation of crypto-shredding behavior
- Document the option to delete session recordings when deleting a person in the UI - Add `delete_recordings=true` API parameter documentation with crypto-shredding explanation - Fix broken link from /docs/privacy/data-deletion to /docs/privacy/data-storage#data-deletion
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
Deploy preview
|
Contributor
|
Vale prose linter → found 0 errors, 4 warnings, 0 suggestions in your markdown Full report → Copy the linter results into an LLM to batch-fix issues. Linter being weird? Update the rules!
|
| Line | Severity | Message | Rule |
|---|---|---|---|
| 33:7 | warning | 'anonymization' is a possible misspelling. | PostHogBase.Spelling |
| 89:19 | warning | Use 'ID' instead of 'Id'. | Vale.Terms |
| 113:49 | warning | Capitalize 'Endpoints' for PostHog's product. Use 'endpoints' for the general industry concept. | PostHogBase.ProductNames |
contents/docs/session-replay/privacy.mdx — 0 errors, 1 warnings, 0 suggestions
| Line | Severity | Message | Rule |
|---|---|---|---|
| 43:1 | warning | Capitalize 'Session Replay' for PostHog's product. Use 'Session replay' for the general industry concept. | PostHogBase.ProductNames |
TueHaulund
approved these changes
Feb 26, 2026
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.
Summary
Documents the new session recording deletion capabilities introduced in PostHog/posthog#48420. This PR updates documentation to explain how session recordings can be permanently deleted using crypto-shredding.
Changes
contents/docs/session-replay/privacy.mdxcontents/docs/privacy/data-storage.mdxdelete_recordings=trueparameter to all API examplescontents/docs/data/persons.mdxdelete_recordings=trueparameterRelated PRs
This PR was created by the Inkeep Content Writer agent, which is maintained by the Docs and Wizard team. Please reach out on Slack for help if needed.