deleteEventCourseFeeType
Delete a course fee type in an event.
Throws an error with code:
NOT_FOUNDif an event matching the input'seventIdfield cannot be found.NOT_FOUNDif a course fee type matching the input'scourseFeeTypeIdfield cannot be found within the event.
deleteEventCourseFeeType(
  input: DeleteEventCourseFeeTypeInput!
): DeleteCourseFeeTypePayload!
Arguments
deleteEventCourseFeeType.input ● DeleteEventCourseFeeTypeInput! non-null input
Type
DeleteCourseFeeTypePayload object
Payload when deleting a course fee type.