#Derek Pankaew
1 messages ยท Page 1 of 1 (latest)
Hi ๐ I'm not aware of any specific suggestions that we have for that scenario.
There is not a way to automatically delete Customer objects, but you could build logic that checks for Customers meeting the criteria you had in mind and then make a request to this endpoint to delete those:
https://stripe.com/docs/api/customers/delete
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Got it - sounds good, we'll build it in house then. Thank you!
Any time!