Preview

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

terminateSubscription

Terminate a subscription

This page contains

    Authorization Rules

    This request requires authorization with at least one of the following scopes:

    Scopes

    ROLE_PARTNER

    ROLE_CHANNEL_ADMIN

    Arguments

    subscriptionTerminationInput SubscriptionTerminationInput! PREVIEW

    SubscriptionTerminationInput fields

    subscriptionId ID!

    ID of the subscription to terminate

    terminationReason String!

    Message indicating the reason for the termination

    Return Fields

    subscription SubscriptionDefinition! PREVIEW

    Subscription that was requested to be terminated

    userErrors [SubscriptionTerminationError!] PREVIEW

    List of errors that may have occurred

    Interactive example

    This is an example mutation query. Use the embedded interactive tool below to edit the query.

    Hint: use Ctrl + Space for autocompleting fields.