DeleteMembershipContactStoreFunctionRegistrationInput
Defines the input for deleting a function registration in a membership contact store.
input DeleteMembershipContactStoreFunctionRegistrationInput {
contactId: ID!
functionRegistrationId: ID!
membershipContactStoreId: ID!
}
Fields
DeleteMembershipContactStoreFunctionRegistrationInput.contactId
● ID!
non-null scalar
The identifier of the contact the function registration is associated with.
DeleteMembershipContactStoreFunctionRegistrationInput.functionRegistrationId
● ID!
non-null scalar
The identifier of the function registration.
DeleteMembershipContactStoreFunctionRegistrationInput.membershipContactStoreId
● ID!
non-null scalar
The identifier of the membership contact store the function registration is associated with.