#matheuscp-delete-customers
1 messages · Page 1 of 1 (latest)
What are you referring to by clients? Customer objects?
yes, customers
i want delete all without paginate
someone uses my api key to validate the card and now I have 10,000 customers
and I'm only deleting 20 by 20
is possible delete all customers ?
Gotcha, no, customers must be deleted individually via the API. But our list functions returns the newest customers first, and deleting a customer prevents them from being included in list results. So you can list customers, delete all of those, then list again.
matheuscp-delete-customers