subscriptionDelete

Graphql fields and variables for the subscriptionDelete mutation

Delete a subscription

Scope required: standard:write

mutation subscriptionDelete ($id: ID!) {
  subscriptionDelete (id: $id) {
      errors
      subscription {
        accountId
        cancellationDate
        createdAt
        currencyId
        endDate
        evergreen
        id
        name
        period
        priceAdjustmentAllowed
        priceAdjustmentLastDate
        priceAdjustmentPercentage
        priceListId
        provisioningRequired
        rampIntervalMonths
        renewalSummary
        renewalTermMonths
        startDate
        trialEndDate
        trialPeriod
        trialStartDate
        updatedAt
      }
  }
}

Arguments

{
  "id": "456123"
}
Name
Type
Description

id

ID

Response

Name
Type
Description

errors

String

subscription

Last updated

Was this helpful?