#OldManGoonsack

1 messages · Page 1 of 1 (latest)

main cloakBOT
balmy solar
#

Hi 👋 if you're interested in bulk deleting all of your test data, there is a button to do that here:
https://dashboard.stripe.com/test/developers

If you only want to delete Customer objects, then you can either do that via the dashboard where (I believe) you can delete a page of Customers at a time, or you can write a script to leverage our API to delete each of those Customers but it is not able to do bulk actions via the API.

blazing yew
#

I dont think any of them were actually set as Test data because they were created using the Sync integration with the HubSpot CRM

#

It takes about 2 minutes to delete about 10 contacts, and we have about test customers. So wouldn't be feasible

#

4000 test contacts*

#

Would it be easier to just delete the account and set a new one up?

#

I'm still in the set up process

balmy solar
#

That seems like a long time to delete 10 Customer objects, I would suggest writing a script that leverages our API to delete the Customers instead. I'm not sure whether creating a new account would be easier for you, but that is likely an option you can explore.

blazing yew
#

Didn't you say that you can't use the API for Bulk?

#

Sorry if Im misunderstanding

balmy solar
#

Correct, you can't delete multiple customers simultaneously, but you can write a script that is a loop that repeatedly deletes Customer objects one at a time.

blazing yew
#

ok no worries, thanks for your help Toby

balmy solar
#

Any time!