#Thoxics
1 messages · Page 1 of 1 (latest)
Are you encountering an error saying that you can't delete the Product? Typically this happens once a Price has been associated with a Product as that makes the Product unable to be deleted.
Yes, I receive that message, how can I disassociate that price from the product and then delete it
You can't disassociate the Price once it has been tied to a Product.
so I can't delete that product?
I don't believe so.
what can i do if i no longer want to have that product?
Not use it, it won't harm anything if it sits there unused. You can update all of the Price objects associated with the Product by changing active to false to make sure the Prices can't be used if you'd like to be extra cautious.
https://stripe.com/docs/api/prices/update?lang=python#update_price-active
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
ok,thx
Any time!