Skip to main content

DeleteContactCeContactStoreFunctionSponsorAssignmentInput

Defines the input for deleting a continuing education contact store function sponsor assignment.

input DeleteContactCeContactStoreFunctionSponsorAssignmentInput {
ceContactStoreId: ID!
functionSponsorAssignmentId: ID!
}

Fields

DeleteContactCeContactStoreFunctionSponsorAssignmentInput.ceContactStoreId ● ID! non-null scalar

The identifier of the continuing education contact store the function sponsor assignment is associated with.

DeleteContactCeContactStoreFunctionSponsorAssignmentInput.functionSponsorAssignmentId ● ID! non-null scalar

The identifier for the function sponsor assignment.

Member Of

deleteCeContactStoreFunctionSponsorAssignment mutation