Android · Arazzo Workflow
Android Cancel a Subscription Purchase
Version 1.0.0
Cancel a subscriber's auto-renewal from your own support tooling while leaving their paid access intact until expiry.
View Spec
View on GitHub
Artificial IntelligenceAndroidAutomotiveGoogleMachine-LearningMobile DevelopmentSDKTVWearablesArazzoWorkflows
Provider
Workflows
cancel-subscription-purchase
Stop auto-renewal on a subscription while preserving access until the paid period ends.
Reads the subscription purchase, cancels it only when it is still auto-renewing, and confirms that autoRenewing has flipped to false and the expiry time the subscriber retains access until.
1
readSubscription
Read the subscription purchase so the operator can confirm the subscriber, the price, and the expiry before cancelling anything.
2
cancelSubscription
Cancel the subscription. Auto-renewal stops immediately; the subscriber keeps access until the expiry time read in the previous step.
3
confirmCancellation
Read the subscription back to confirm auto-renewal is off and to capture the cancellation reason and the date access actually ends.
Source API Descriptions
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.