Preview

SubscriptionCancellationFailureReasonCode is in Preview status and is subject to change without notice. For more information about Preview status, see the GraphQL API policy.

SubscriptionCancellationFailureReasonCode

Represents the possible reasons why a subscription cancellation request may fail.

This page contains

    Fields

    NOT_SUPPORTED

    The subscription is in a state that does not support cancellation.

    CANCELLATION_DENIED

    Cancellation is denied due to specific restrictions or policies.

    OPTION_CODE_NOT_AVAILABLE

    The cancellation option is not available for the subscription.

    INVALID_STATE

    The subscription is in invalid state for cancellation.

    PENDING_EVENTS

    The subscription has pending events that prevent cancellation.

    ACTIVE_ADDONS

    The subscription has active add-ons that prevent cancellation.