DeleteRegistrationDiscountCodeInput
Defines the input for deleting a registration discount code.
input DeleteRegistrationDiscountCodeInput {
discountCodeId: ID!
eventId: ID!
}
Fields
DeleteRegistrationDiscountCodeInput.discountCodeId
● ID!
non-null scalar
The identifier of the discount code to delete.
DeleteRegistrationDiscountCodeInput.eventId
● ID!
non-null scalar
The identifier of the event to delete the registration discount code in.
Member Of
deleteRegistrationDiscountCode
mutation