Preview

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

TriggerSubscriptionCancellationProcessPayload

Payload returned after a subscription cancellation process is triggered. if userErrors is not empty, the status will be FAILED. Otherwise, it will be ACCEPTED.

This page contains

    Fields

    process: SubscriptionCancellationProcess PREVIEW

    Details about the cancellation process, including its status and unique ID.

    userErrors: [TriggerSubscriptionCancellationProcessError!] PREVIEW

    A list of user errors that occurred during the request.

    Mutations for TriggerSubscriptionCancellationProcessPayload

    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.