#matheuscp-delete-customers

1 messages · Page 1 of 1 (latest)

stable basin
#

Hi 👋 can you elaborate?

elfin fern
#

Hi

#

How can i delete all my clients?

#

without pagination

stable basin
#

What are you referring to by clients? Customer objects?

elfin fern
#

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 ?

stable basin
#

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