#AustinJakusz-Customer
1 messages · Page 1 of 1 (latest)
You can loop through by List Customer API and call Delete Customer API respectively
But does that delete the customer completely? I get erros when trying to create a customer with the same ID
Reason it matters for us, is we use customer ID to link them to an account on our platform since we have a unique ID on our side. We just refreshed our DB and now are getting 'customer already created' errors.
Yes, as much as it's not surfaced in the Doc, the customer can still be undeleted from Stripe side, so the Id is not completely disappeared. In your scenario, I would recommend wiping out also the link so you have no relationship with the old Ids
Okay, so if I deleted all test data via the dev page will that remove everything back to is I never did anything?
I think so but let us know if you see otherwise
Will do!