Use the Reset Data function when your sandbox data has become cluttered from previous testing or when you need a clean starting state for a new test scenario.
To reset:
- Go to DDLS > Developer > Sandbox
- Click Reset Data
- Confirm the action when prompted
What happens during a reset:
All 4 sandbox tables are truncated (all rows deleted) and then re-seeded with fresh synthetic test data:
- 10 synthetic customers with realistic names, emails, and company fields
- 5 synthetic products with names, slugs, and version fields
- 20 synthetic licenses linked to the synthetic products and customers
- 50 synthetic activations linked to the synthetic licenses
The sandbox API key is not changed by a reset. Only the table contents are affected.
When to reset:
- Before starting a new integration test run
- After testing scenarios that created many records and the data is no longer meaningful
- When you need predictable record IDs for test assertions
