manishkatyan / strapi-stripe

Stripe Plugin for Strapi CMS
67 stars 33 forks source link

Ability to remove products #78

Closed AlberGonAcosta closed 1 year ago

AlberGonAcosta commented 1 year ago

Seems to be no manual way of removing an existing products in the plugin UI. You can remove the products from Stripe but not from Strapi. Currently, we are doing the removal manually in the database. There is an API call to remove a product from Stripe (https://stripe.com/docs/api/products/delete)

image

nishekh-e-r commented 1 year ago

@AlberGonAcosta now you can delete products (note it will only delete products from the strapi database). please update to new version