#boskiv
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- boskiv, 6 days ago, 5 messages
Hello 👋
No, that's not something we support with just one click.
You could call the API and delete them one at a time
https://stripe.com/docs/api/customers/delete
Developer made a mistake and now we have 1,496 duplicates
Delete all is only supported for test mode via the dashboard
For live mode, you could call list all customers API to retrieve customers and then delete them one at a time using the API above
https://stripe.com/docs/api/customers/list
is there rate limit on operation ?