Cancel subscription (WRITE — changes billing)
recurly_cancel_subscriptionCancel a subscription. By default it stays active until the end of the current term (term_end); pass timeframe bill_date to cancel effective the next bill date. This changes billing state. Recurly: PUT /subscriptions/{subscription_id}/cancel.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timeframe | No | When cancellation takes effect. Default term_end (end of current term). | |
| subscription_id | Yes | Subscription id (no prefix) or "uuid-<uuid>". |