Hello,
I want to delete a price inside a product, I can do it in the Stripe dashboard, but I can’t do this using API
Code:
stripe.Price.delete("price_HLez6Zi58HejNP")
Result:
File "../src/payments/models.py", line 81, in delete
stripe.Price.delete(self.stripe_id)
AttributeError: type object 'Price' has no attribute 'delete'
Thanks