cancelMembershipSubscriptionMutation
Schedule a membership subscription to cancel at the end of the current billing period.
Arguments
Returns
CancelMembershipSubscriptionResult!
See CancelMembershipSubscriptionResult for the full shape.
Try it
Example
Query
mutation CancelMembershipSubscription($purchase: ID!, $reason: String) {
cancelMembershipSubscription(purchase: $purchase, reason: $reason) {
__typename
}
}
Variables
{}
POST
https://go.sessions.website/api/graphqlcancelMembershipSubscription