deleteCeContactStoreCourseFeeType
Delete a course fee type in a continuing education contact store.
Throws an error with code:
NOT_FOUND
if a continuing education contact store matching the input'sceContactStoreId
field cannot be found.NOT_FOUND
if a course fee type matching the input'scourseFeeTypeId
field cannot be found within the continuing education contact store.
deleteCeContactStoreCourseFeeType(
input: DeleteCeContactStoreCourseFeeTypeInput!
): DeleteCourseFeeTypePayload!
Arguments
deleteCeContactStoreCourseFeeType.input
● DeleteCeContactStoreCourseFeeTypeInput!
non-null input
Type
DeleteCourseFeeTypePayload
object
Payload when deleting a course fee type.