#Arctic
1 messages · Page 1 of 1 (latest)
doesn't look like it!
https://stripe.com/docs/api/products/delete
Deleting a product is only possible if it has no prices associated with it.
ok but its impossible to delete prices too, so its impossible to delete products with prices attached to them? O.o
pretty much yes, you can just ignore things you don't use really
the point of not allowing these to be deleted is because you might have historical payment and invoice objects that refer to those Prices/Products and you need to be able to access/report on them
Oh okay i see
ok but im building a UI for my company to handle products and need to display products+prices and be able to delete old products for example
so i should be archiving old products and dont display archived products i suppose
or use a seperate database
sure, both those work(archive things or just have the list of products/prices you are actually using in your database)