#memepurge_api

1 messages ยท Page 1 of 1 (latest)

fast vortexBOT
velvet geodeBOT
#

Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

fast vortexBOT
#

๐Ÿ‘‹ Welcome to your new thread!

โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

๐Ÿ”— This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1217106140542799892

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

velvet geodeBOT
ivory oyster
#

Hi ๐Ÿ‘‹ when you say "subscription plan", are you referring to cancelling a Subscription or are you trying to delete the underlying Plan object the (the predecessor to the Price object type)?

pine peak
#

Delete it completely in account.

ivory oyster
#

Delete what, the Subscription or the Plan?

pine peak
#

Plan, sorry

ivory oyster
#

It's been a while since I worked with Plans, but I believe they may have the same behavior as our Price objects where they can't be deleted once they've been used.

This is the endpoint specific to deleting Plans that you can try:
https://docs.stripe.com/api/plans/delete

If you're not able to delete the Plan, you can update it and set it's active field to false.

pine peak
#

Thanks a ton