deleteEventCourseFeeType
Delete a course fee type in an event.
Throws an error with code:
NOT_FOUND
if an event matching the input'seventId
field cannot be found.NOT_FOUND
if a course fee type matching the input'scourseFeeTypeId
field 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.