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
isTrial
name
priceAdjustmentAllowed
priceAdjustmentLastDate
priceAdjustmentPercentage
priceListId
quoteId
quotePlanId
rampIntervalMonths
renewalSummary
renewalTermMonths
startDate
subscriptionId
trialEndDate
trialStartDate
}
}
}
Arguments
{
"id": "456123"
}
Name
Type
Description
id
ID
Response
Name
Type
Description
errors
List (String)
Last updated
Was this helpful?