completeSubscriptionCancellation
Completes the subscription cancellation process (only available when two-step cancellation is enabled on your project).
Arguments
Argument | Description |
---|---|
Parameters for CompleteSubscriptionCancellation |
CompleteSubscriptionCancellationInput Arguments
Argument | Description |
---|---|
token (ID) | The token of the cancellation_in_progress subscription to complete cancellation for, only needed if a project access token is used. |
id (ID) | The ID of the cancellation_in_progress subscription to complete cancellation for, only needed if a project access token is used. |
Return fields
errors ([ModelValidationError!]!)
subscription (Subscription)
Last updated