Preview

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

SubscriptionTerminationPayload

Output for terminateSubscription

This page contains

    Fields

    subscription: SubscriptionDefinition! PREVIEW

    Subscription that was requested to be terminated

    userErrors: [SubscriptionTerminationError!] PREVIEW

    List of errors that may have occurred

    Mutations for SubscriptionTerminationPayload

    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.