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