I am using Stripe to carry out some test transactions on supposed customers from a CodeIgniter application. For some reason, to re-create a Stripe > Plan with the same old id and name online or to re-enter the Stripe customer into the Stripe > Customers through the API I have to clear the test data. When I clear the test data it clears the test data except the Logs.
Now what happens when I re-create a Stripe > Plan, it automatically gets the deleted customer from the Logs. As I don't need the old customer in the plan as I might have changed its credentials.
So how to delete/clear the Logs on Stripe in a test environment?
This is an older question, but a Google search brought me here, requiring an answer after my own trial and error (correct solution may have changed over time).