#memepurge_api
1 messages ยท Page 1 of 1 (latest)
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.
- memepurge_api, 1 day ago, 19 messages
๐ 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.
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)?
Delete it completely in account.
Delete what, the Subscription or the Plan?
Plan, sorry
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.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Thanks a ton