#ggmghoul
1 messages · Page 1 of 1 (latest)
Hi there!
No, you would need to list all actives subscriptions, and then cancel each one
https://stripe.com/docs/api/subscriptions/list
https://stripe.com/docs/api/subscriptions/cancel
Note that in testmode there is a way to delete all your test data, which includes subscriptions.
yes i'm talking about the test mode
cause i have so many subscriptions and some of them trigger errors in my webhook which is wrong
can i only delete the subscriptions ?
i still need the products with their prices
To only delete the subscriptions, you should use the API as I described above.
👋 taking over for my colleague. Let me know if there's any follow-up Qs I can answer!