Skip to main content

DeleteCourseDiscountCodeInput

Defines the input for deleting a course discount code.

input DeleteCourseDiscountCodeInput {
discountCodeId: ID!
eventId: ID!
}

Fields

DeleteCourseDiscountCodeInput.discountCodeId ● ID! non-null scalar

The identifier of the discount code to delete.

DeleteCourseDiscountCodeInput.eventId ● ID! non-null scalar

The identifier of the event the course discount code is associated with.

Member Of

deleteCourseDiscountCode mutation