subscriptionDelete
Graphql fields and variables for the subscriptionDelete mutation
Delete a subscription (only in sandbox mode with no issued invoices)
Scope required: standard:write
mutation subscriptionDelete ($id: ID!) {
subscriptionDelete (id: $id) {
errors
subscription {
accountId
cancellationDate
createdAt
currencyId
currentPeriod
daysLeftInTrial
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
List (String)
Last updated
Was this helpful?
