Skip to main content

DeleteMembershipContactStoreNoteInput

Defines the input for deleting a note in a membership contact store.

input DeleteMembershipContactStoreNoteInput {
contactId: ID!
membershipContactStoreId: ID!
noteId: ID!
}

Fields

DeleteMembershipContactStoreNoteInput.contactId ● ID! non-null scalar

The identifier of the contact the note is associated with.

DeleteMembershipContactStoreNoteInput.membershipContactStoreId ● ID! non-null scalar

The identifier of the membership contact store the note is associated with.

DeleteMembershipContactStoreNoteInput.noteId ● ID! non-null scalar

The identifier of the note.

Member Of

deleteMembershipContactStoreNote mutation