quoteChargeDelete

Graphql fields and variables for the quoteChargeDelete mutation

Delete a quote charge

Scope required: standard:write

mutation quoteChargeDelete ($quoteChargeId: ID!) {
  quoteChargeDelete (quoteChargeId: $quoteChargeId) {
      errors
      quoteCharge {
        amount
        couponId
        createdAt
        currencyId
        currentPrice
        currentQuantity
        discount
        endDate
        id
        invoiceLineText
        isRamp
        name
        price
        priceDecimals
        priceListChargeId
        prorationRate
        quantity
        quantityMax
        quantityMin
        quoteChangeId
        startDate
        subtotal
        taxAmount
        taxCode
        tieredAveragePrice
        updatedAt
        vatCode
      }
  }
}

Arguments

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

quoteChargeId

ID

Response

Name
Type
Description

errors

List (String)

quoteCharge

Last updated

Was this helpful?