cancelSubscription

Cancels a subscription or initiates cancellation when two-step cancellation is enabled on your project.

Arguments

Argument
Description

Parameters for CancelSubscription

CancelSubscriptionInput Arguments

Argument
Description

token (ID)

The token of the subscription to cancel, only needed if a project access token is used.

id (ID)

The ID of the subscription to cancel, only needed if a project access token is used.

skipTwoStepCancellation (Boolean)

If two-step cancellation is enabled it can be skipped

skipCancellationConfirmationEmail (Boolean)

Skip sending the standard cancellation confirmation email to the customer.

cancellationNotes (String)

Why did this customer decide to cancel?

skipContractTermsEnforcement (Boolean)

If a customer cannot be cancelled due to active commitments, this process can be skipped.

Return fields

subscription (Subscription)

Last updated