deleteCeContactStoreCourseCreditType
Delete a course credit 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 credit type matching the input'scourseCreditTypeId
field cannot be found within the continuing education contact store.
deleteCeContactStoreCourseCreditType(
input: DeleteCeContactStoreCourseCreditTypeInput!
): DeleteCourseCreditTypePayload!
Arguments
deleteCeContactStoreCourseCreditType.input
● DeleteCeContactStoreCourseCreditTypeInput!
non-null input
Type
DeleteCourseCreditTypePayload
object
Payload when deleting a course credit type.