delete_my_data
Erase a user's data permanently per GDPR. First, request a preview and confirm token; then submit the token to irreversibly delete all records and the account.
Instructions
GDPR erasure, two-step (S7.2d): called WITHOUT a token, returns a per-table summary of what would be deleted plus a single-use confirm_token (valid 5 minutes) — show both to the human. Called WITH that token, permanently deletes ALL their data (every table + the account row). IRREVERSIBLE. The token is the consent artifact: never invent one — only the human can read it back to you. Consider export_my_data first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm_token | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |