Preview

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

SubscriptionCancellationProcess

Provides information about the result of a subscription cancellation request, including the process status and execution timestamps.

This page contains

    Fields

    id: ID!

    Unique identifier for the asynchronous cancellation request.

    triggeredOn: DateTime

    Timestamp indicating when the cancellation request was triggered by the client.

    startedOn: DateTime

    Timestamp indicating when the cancellation process began execution.

    completedOn: DateTime

    Timestamp indicating when the cancellation process was completed.

    Implements

    Mutations for SubscriptionCancellationProcess

    triggerSubscriptionCancellationProcess PREVIEW

    Initiates the process to cancel a subscription based on the provided inputs. Users must specify the cancellation option, contextual details, and preferences for notification.