Reset Cloud Data (Remove Keys)
Goal
Let the user delete cloud keys (for example from a Settings “Reset cloud save” button).
Actions Required
Action
Purpose
CloudServicesRemoveKey
Remove a specific key
CloudServicesRemoveAllKeys
Remove all keys (use with caution)
CloudServicesSynchronize
Push deletion to cloud (recommended)
Implementation Steps
Option A: Remove specific keys
Call
CloudServicesRemoveKeyfor each key you want to delete.Call
CloudServicesSynchronizeand wait forsuccessEvent.
Option B: Remove everything
Call
CloudServicesRemoveAllKeys.Call
CloudServicesSynchronizeand wait forsuccessEvent.
Notes
Provide a confirmation UI before using RemoveAllKeys.
After reset, your app should fall back to local defaults until new values are saved.
Last updated
Was this helpful?