#allan_chan
1 messages · Page 1 of 1 (latest)
If a Product has a Price, which has been used before then yes it can only be archived
I can be deleted on the webpage
I am afraid I don't really follow. Which webpage?
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
This is Dashboard. And you were able to delete via Dashboard?
yes
Okie, have you tried this Delete Product API? https://stripe.com/docs/api/products/delete
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Am I reading this right?
SKUs is a different thing. Can you paste the request id here? req_xxx
req_bId2r7QXrUKDRB
This product cannot be deleted because it has one or more user-created prices.
I think back in the time probably you had a Price?
After deleting the price then you were able to delete a product
Ah I see what you mean
Via API you would need to delete the Price first, then delete the Product. Via Dashboard you can click on Delete the Product and it will delete both