#Reset Test Data

1 messages · Page 1 of 1 (latest)

neat marsh
#

How can i reset customer datas in test mode?

willow joltBOT
# neat marsh How can i reset customer datas in test mode?

There’s no one-click “reset” for test mode data.

You can clean it up like this:

  • Delete customers via API:
    • DELETE /customers/{customer_id}
  • Or remove them from the Dashboard (if exposed there)
  • For a full reset:
    • Create a new test project / use a new API key
    • Or script deletion of all customers + related objects

If you need a bulk wipe endpoint, it’s not currently available—reach out to support.

neat marsh
#

Not working

charred basin
#

All you can do is update the data to redact it

neat marsh
charred basin
dense root
#

Is there any way reset the test data completely?