couponDelete
Graphql fields and variables for the couponDelete mutation
mutation couponDelete ($id: ID!) {
couponDelete (id: $id) {
coupon {
active
couponCode
createdAt
currencyId
description
discountAmount
discountPercentage
duration
id
name
planId
redemptionEndDate
redemptionsCount
redemptionsMax
remainingPeriods
updatedAt
}
errors
}
}Arguments
Name
Type
Description
Response
Name
Type
Description
Last updated
Was this helpful?
