Manage Data
Use the Manage My Private Data screen to download personal data or permanently delete an account.
This screen includes:
- A Delete my account section for permanent account removal.
- A Download my data section for exporting stored personal data.
- A password confirmation dialog before account deletion.
- A confirmation dialog before data export.
Workflow
- Go to Account.
- Select Edit Account.
- Select Manage my private data.
- View the available data management options.
- Select Delete my account or Download my data.
Validations
These rules define when actions require confirmation before execution.
| Scenario | App behavior |
|---|---|
| User selects Delete my account. | Require password confirmation before deletion. |
| User selects Download my data. | Require confirmation before export. |
Actions
These actions execute data management operations.
| Scenario | App behavior |
|---|---|
| Select Delete my account. | Open the account deletion flow. |
| Confirm account deletion. | Submit the deletion request. |
| Select Download my data. | Open the data export flow. |
| Confirm data export. | Submit the export request. |
| Use back navigation. | Return to the previous account screen. |
Endpoint Resources
Download Personal Data
GET
v3/manage/download/user-data.zip
Downloads personal data as a packaged archive.
Returns a file generated on demand or retrieved from storage.
Manage Data
PUT
v3/manage
This endpoint returns the Manage my private data screen configuration.
Delete Data Confirmation
PUT
v3/manage/delete/confirm
Displays the delete personal data confirmation popup.
Delete Data Re-login
PUT
v3/manage/delete/relogin
Displays the re-login popup before deleting personal data.
Download Data
PUT
v3/manage/download
Displays the download personal data popup.
Delete Personal Data
POST
v3/manage/delete-by-oauth
Deletes personal data of an OAuth authorized subscriber.
Returns no response body on success.
Delete Personal Data by Password
POST
v3/manage/delete-by-password
Deletes personal data of a subscriber authorized by password.
Returns no response body on success.