DeleteMembershipContactStoreLocationInput
Defines the input for deleting a location for a membership contact store.
input DeleteMembershipContactStoreLocationInput {
locationId: ID!
membershipContactStoreId: ID!
}
Fields
DeleteMembershipContactStoreLocationInput.locationId ● ID! non-null scalar
The identifier of the location.
DeleteMembershipContactStoreLocationInput.membershipContactStoreId ● ID! non-null scalar
The identifier of the membership contact store the location is associated with.
Member Of
deleteMembershipContactStoreLocation mutation