deleteMembershipContactStoreCourseClassificationType
Delete a course classification type in a membership contact store.
Throws an error with code:
NOT_FOUND
if a membership contact store matching the input'smembershipContactStoreId
field cannot be found.NOT_FOUND
if a course classification type matching the input'scourseClassificationTypeId
field cannot be found within the membership contact store.
deleteMembershipContactStoreCourseClassificationType(
input: DeleteMembershipContactStoreCourseClassificationTypeInput!
): DeleteCourseClassificationTypePayload!
Arguments
deleteMembershipContactStoreCourseClassificationType.input
● DeleteMembershipContactStoreCourseClassificationTypeInput!
non-null input
Type
DeleteCourseClassificationTypePayload
object
Payload when deleting a course classification type.