The only mutations that are documented are create, setNextBillingDate and update.
Is there a way to delete a subscription contract through an update mutation or deletion all together?
Thanks in advance!
The only mutations that are documented are create, setNextBillingDate and update.
Is there a way to delete a subscription contract through an update mutation or deletion all together?
Thanks in advance!
Hi,
No, it’s not possible to delete a SubscriptionContract. However a contract’s status can be updated. The list of possible statuses can be seen in the help docs.
Thank you!
While I’ve been making use of test stores, I would love to see the ability to delete subscription contracts in the future or adding a new status that can be used to filter out contracts that are in a deleted state. The use case is for migrations of existing subscriptions and cleanup. Cheers!