quoteChangeDelete

Graphql fields and variables for the quoteChangeDelete mutation

Delete a quote change

Scope required: standard:write

mutation quoteChangeDelete ($id: ID!) {
  quoteChangeDelete (id: $id) {
      errors
      quoteChange {
        currencyId
        endDate
        evergreen
        id
        name
        priceAdjustmentAllowed
        priceAdjustmentLastDate
        priceAdjustmentPercentage
        priceListId
        quoteId
        quotePlanId
        rampIntervalMonths
        renewalSummary
        renewalTermMonths
        startDate
        subscriptionId
      }
  }
}

Arguments

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

id

ID

Response

Name
Type
Description

errors

List (String)

quoteChange

Last updated

Was this helpful?