Disabling products
You can disable a product either on the company dashboard or via API.
When you disable a product, Loop will continue to bill existing subscriptions but you will no longer be able to add new subscriptions to this product.
Company dashboard
Find the product on the Subscription or One-time page. Under the manage tab, select "Disable".
API
Use the PATCH item call to set the active
parameter to false
.
Payment links for items
that are no longer active will not load.
Existing subscriptions related to item
that is now set to inactive will continue to be billed.
Updated 3 days ago