Preview

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

SubscriptionTerminationInput

Input for terminateSubscription

This page contains

    Fields

    subscriptionId ID!

    ID of the subscription to terminate

    terminationReason String!

    Message indicating the reason for the termination

    Mutations for SubscriptionTerminationInput

    terminateSubscription PREVIEW

    The terminateSubscription mutation will immediately terminate a specified subscription within the marketplace. Upon execution, the subscription is permanently deleted from the marketplace database and cannot be restored. However, it's important to note that while the subscription is terminated on the marketplace side, it may still exist on the vendor side. This mutation should be used with caution due to its irreversible nature.