#anadalg

1 messages · Page 1 of 1 (latest)

neat pondBOT
ruby pewter
#

Hi there!

rose ginkgo
#

hi!

ruby pewter
rose ginkgo
#

after releasing a subscription schedule I can still get the object

#

will this subscription schedule object be automatically deleted?

#

or need to be deleted explicitly?

ruby pewter
#

What do you mean by "still get the object"? You want to completely delete the Subscription schedule object from Stripe?

#

If so, that's not possible.

rose ginkgo
ruby pewter
#

Yes, that's expected. What's the issue with this?

rose ginkgo
#

I just want to delete the subscription schedule obj to avoid having "garbage" objects

#

its not a problem for me

#

just to clean unneeded "garbage" objects

ruby pewter
#

Got it, but that's not possible. Stripe keeps objects even after they are canceled. And since there's no limit to the number of objects you can have in your Stripe account, you can simply ignore them.

rose ginkgo
#

Perfect, thank you!