Skip to main content

DeleteMembershipContactStoreFunctionDiscountCodeInput

Defines the input for deleting a membership contact store function discount code.

input DeleteMembershipContactStoreFunctionDiscountCodeInput {
discountCodeId: ID!
membershipContactStoreId: ID!
}

Fields

DeleteMembershipContactStoreFunctionDiscountCodeInput.discountCodeId ● ID! non-null scalar

The identifier of the discount code to delete.

DeleteMembershipContactStoreFunctionDiscountCodeInput.membershipContactStoreId ● ID! non-null scalar

The identifier of the membership contact store to delete the function discount code in.

Member Of

deleteMembershipContactStoreFunctionDiscountCode mutation